File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 9
9
* [ Kernel] Friendlier ` unquote_splicing ` error on inline quote
10
10
11
11
* Bug fixes
12
+ * [ File] Ensure ` File.cwd ` generates lowercase drive letters on Windows
13
+ * [ GenEvent] Ensure the event manager does not crash on ` :sys.replace_state/3 `
14
+ * [ GenEvent] Do not consider swap handlers to be failures in a stream
12
15
* [ Logger] Fix ` Logger.log/2 ` not to raise on Logger exit
13
16
* [ Logger] Recompute sync/async mode on Logger configuration
17
+ * [ System] Ensure ` System.cwd ` generates lowercase drive letters on Windows
18
+
19
+ * Deprecations
20
+ * [ GenEvent] The ` :monitor ` option in ` add_handler/4 ` and ` swap_handler/6 ` is deprecated in favor of ` add_mon_handler/3 ` and ` swap_mon_handler/5 `
14
21
15
22
* Backwards incompatible changes
16
23
* [ Supervisor] Make ` max_restarts ` default to 3 (closer to upcoming Erlang defaults)
You can’t perform that action at this time.
0 commit comments