Skip to content

Commit 73c6a0b

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 7644bd8 commit 73c6a0b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.0.4-dev
4+
5+
* Enhancements
6+
* [Elixir] Support Erlang 17.5 and 18.0
7+
* [URI] Speed decoding operations
8+
9+
* Bug fixes
10+
* [Elixir] Produce clearer error messages for syntax errors before a sigil
11+
* [Elixir] Return value when matching on `_` in the last line of a block
12+
* [Elixir] Ensure changes in child deps forces the parent to recompile
13+
* [Kernel] Fix a bug where `=~/2` returned false when matching on an empty string. The current behaviour was changed to match the behaviour of `String.contains?/2`
14+
* [Mix] Store relative paths in erlang manifests
15+
* [Mix] Fix httpc proxy option profile for downloading hex and other safe packges
16+
317
## v1.0.3 (2015-02-12)
418

519
* Enhancements

0 commit comments

Comments
 (0)