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 ee3fcdb commit 691a9b8Copy full SHA for 691a9b8
CHANGELOG.md
@@ -11,6 +11,9 @@
11
* [ExUnit] Only run `setup_all` and `teardown_all` if there are tests in the case
12
* [Kernel] Ensure bitstring modifier arguments are expanded
13
* [Kernel] Ensure compiler does not block on missing modules
14
+ * [Kernel] Ensure `<>/2` works only with binaries
15
+ * [Kernel] Fix usage of string literals inside `<<>>` when `utf8`/`utf16`/`utf32` is used as specifier
16
+ * [Mix] Ensure mix properly copies _build dependencies on Windows
17
18
* Deprecations
19
* [Kernel] `is_alive/0` is deprecated in favor of `Node.alive?`
0 commit comments