Skip to content

Commit d161986

Browse files
author
José Valim
committed
Update CHANGELOG.md
1 parent 28367d9 commit d161986

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# v0.12.5-dev
22

3-
* Enhancements
4-
53
* Bug fixes
4+
* [Kernel] Ensure `try` does not generate an after clause. Generating an after clause forbade clauses in the `else` part from being tail recursive. This should improve performance and memory consumption of `Stream` functions
65
* [Mix] Automatically recompile on outdated Elixir version and show proper error messages
76

87
* Deprecations
@@ -13,9 +12,6 @@
1312
* [URI] `URI.decode_query/1` is deprecated in favor of `URI.decode_query/2` with explicit dict argument
1413
* [URI] Passing lists as key or values in `URI.encode_query/1` is deprecated
1514

16-
* Backwards incompatible changes
17-
18-
1915
# v0.12.4 (2014-02-12)
2016

2117
* Enhancements

0 commit comments

Comments
 (0)