Skip to content

Commit f27a673

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent e415148 commit f27a673

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
8585
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686
available.
8787

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+
88101
## v1.2.5 (2016-04-30)
89102

90103
### 1. Bug fixes

0 commit comments

Comments
 (0)