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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
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
0 commit comments