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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,12 +148,14 @@ and is using Erlang 17.1, remember to update to at least Erlang 17.3.
148
148
*[Kernel] Allow capture of non-symbolic operators like `&and/2`, `¬/1` and others
149
149
*[Kernel] Raise if heredoc terminal is accidentally found in the middle of a line without escaping
150
150
*[Kernel] Don't warn on missing imports if nothing was imported
151
+
*[Kernel] Raise if arity bigger than 255 is given to capture operator
151
152
*[Macro] Properly convert captures in `Macro.to_string/1`
152
153
*[Module] Do not accept non-Elixir module names in `Module.split/1`
153
154
*[Protocol] Guarantee that derived protocols go through `Any` instead of `Map`
154
155
*[Range] Restrict ranges to integers to fix diverse bugs of values being included in the range when they should not (false positives)
155
156
*[Regex] Fix splitting of empty strings with regexes when trim is set to `true`. Now both `String.split/3` and `Regex.split/3` return an empty list when called with an empty string and trim is enabled
156
157
*[Regex] Fix `Regex.replace/4` so it doesn't discard escape characters
158
+
*[Stream] Ensure suspending `Stream.flat_map/2` and `Stream.transform/3` does not consume unecessary items from the given enumerable
0 commit comments