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 99 * [ Kernel] Friendlier ` unquote_splicing ` error on inline quote
1010
1111* 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
1215 * [ Logger] Fix ` Logger.log/2 ` not to raise on Logger exit
1316 * [ 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 `
1421
1522* Backwards incompatible changes
1623 * [ Supervisor] Make ` max_restarts ` default to 3 (closer to upcoming Erlang defaults)
You can’t perform that action at this time.
0 commit comments