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 e415148 commit f27a673Copy full SHA for f27a673
CHANGELOG.md
@@ -85,6 +85,19 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
available.
87
88
+## v1.2.6-dev
89
+
90
+### 1. Enhancements
91
92
+ * [Kernel] Support Erlang 19
93
+ * [Kernel] Supported generated: true in the `quote` special form
94
95
+### 2. Bug fixes
96
97
+ * [Path] Fix a bug in path join with "/" followed by empty segments
98
+ * [String] Fix a bug in NFD normalization when followed by one-byte sized graphemes
99
+ * [Typespec] Correctly support `<<_::size, _::_*unit>>` syntax
100
101
## v1.2.5 (2016-04-30)
102
103
### 1. Bug fixes
0 commit comments