Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 12, 2024
1 parent a1eb59d commit 5a8b284
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ We focused on atoms and maps on this initial release as they are respectively th

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

* Updating a struct or a map that does not define the given key, such as `%{user | adress: ...}`

* Invoking a function on non-modules, such as `user.address()`

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


### 2. Bug fixes

#### Elixir
Expand Down

0 comments on commit 5a8b284

Please sign in to comment.