Skip to content

Commit 9124cad

Browse files
authored
Update changelog to include Module.get_attribute/3 bugfix (#12616)
1 parent d7bdf22 commit 9124cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ new features and on compatibility.
131131
* [Code] Format paths in `Code.with_diagnostic/2` as relative paths (regression)
132132
* [Kernel] Raise when macros are given to dialyzer
133133
* [Kernel] Support bitstring specifiers as map keys in pattern (regression)
134+
* [Module] Ensure that `Module.get_attribute/3` returns `nil` and not the given default value when an attribute has been explicitly set as `nil`
134135
* [Task] Do not double log Task failure reports
135136

136137
#### ExUnit

0 commit comments

Comments
 (0)