We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54d0f6 commit 362df17Copy full SHA for 362df17
CHANGELOG.md
@@ -3,8 +3,13 @@
3
## v0.14.1-dev
4
5
* Enhancements
6
+ * [ExUnit] The test process now exits with `:shutdown` reason
7
8
* Bug fixes
9
+ * [Kernel] Disambiguate (w)erl to (w)erl.exe
10
+ * [OptionParser] Do not allow underscores in option names
11
+ * [Process] `Process.info(pid, :registered_name)` returns `{:registered_name, nil}` if there is no registered name
12
+ * [Task] Log when tasks crash
13
14
* Soft deprecations (no warnings emitted)
15
0 commit comments