You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# v0.12.5-dev
2
2
3
-
* Enhancements
4
-
5
3
* 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
6
5
*[Mix] Automatically recompile on outdated Elixir version and show proper error messages
7
6
8
7
* Deprecations
@@ -13,9 +12,6 @@
13
12
*[URI]`URI.decode_query/1` is deprecated in favor of `URI.decode_query/2` with explicit dict argument
14
13
*[URI] Passing lists as key or values in `URI.encode_query/1` is deprecated
0 commit comments