Skip to content

Commit 5a8b284

Browse files
committed
Update CHANGELOG
1 parent a1eb59d commit 5a8b284

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ We focused on atoms and maps on this initial release as they are respectively th
2222

2323
* Accessing a key on a map or a struct that does not have the given key, such as `user.adress`
2424

25-
* Updating a struct or a map that does not define the given key, such as `%{user | adress: ...}`
26-
2725
* Invoking a function on non-modules, such as `user.address()`
2826

2927
* Capturing a function on non-modules, such as `&user.address/0`
@@ -126,7 +124,6 @@ Process.send_after(pid, :wake_up, to_timeout(hour: 1))
126124
* [mix test] Add `mix test --slowest-modules` to print slowest modules based on all of the tests they hold
127125
* [mix test] Generate cover HTML files in parallel
128126

129-
130127
### 2. Bug fixes
131128

132129
#### Elixir

0 commit comments

Comments
 (0)