Skip to content

Commit ee22b51

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent a96db0f commit ee22b51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,14 @@ and is using Erlang 17.1, remember to update to at least Erlang 17.3.
148148
* [Kernel] Allow capture of non-symbolic operators like `&and/2`, `&not/1` and others
149149
* [Kernel] Raise if heredoc terminal is accidentally found in the middle of a line without escaping
150150
* [Kernel] Don't warn on missing imports if nothing was imported
151+
* [Kernel] Raise if arity bigger than 255 is given to capture operator
151152
* [Macro] Properly convert captures in `Macro.to_string/1`
152153
* [Module] Do not accept non-Elixir module names in `Module.split/1`
153154
* [Protocol] Guarantee that derived protocols go through `Any` instead of `Map`
154155
* [Range] Restrict ranges to integers to fix diverse bugs of values being included in the range when they should not (false positives)
155156
* [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
156157
* [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
157159

158160
#### EEx
159161

0 commit comments

Comments
 (0)