Skip to content

Commit 9971276

Browse files
author
José Valim
committed
Update CHANGELOG
Also closes #6298.
1 parent 67db771 commit 9971276

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
@@ -152,6 +152,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
152152
* [Enumerable] Raise `Protocol.UndefinedError` on bad functions in Enumerable implementation
153153
* [Inspect] Do not use colors when inspecting for error messages
154154
* [Kernel] Improve error message on invalid patterns and guards
155+
* [Kernel] Do not warn false positives about unused variables on rescue (regression)
155156
* [Stream] Fix stream cycle over empty enumerable
156157
* [StringIO] Fix encoding and performance issues in `StringIO.get_until`
157158

@@ -233,6 +234,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
233234
* [File] Support `:ram`/`:raw` files in `File.copy/2`
234235
* [Kernel] Support guards on anonymous functions of zero arity
235236
* [Kernel] Fix compilation of maps used as maps keys inside matches
237+
* [Module] `on_definition/6` callback receives body wrapped in a keyword list, such as `[do: body]`. This solves a bug where it was impossible to distinguish between a bodyless clause and a function that returns `nil`.
236238
* [Record] Properly escape quoted expressions passed to `defrecord`
237239
* [Regex] Fix `inspect/2` for regexes with `/` terminator in them
238240
* [String] Consider Unicode non-characters valid according to the specification in `String.valid?/1`

0 commit comments

Comments
 (0)