Skip to content

Commit

Permalink
[stdlib] Changelog entry for Dict.popitem()
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Saelices <[email protected]>
  • Loading branch information
msaelices committed May 29, 2024
1 parent 4709457 commit 2e45b91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ what we publish.

### ⭐️ New

- `Dict` now support `popitem`, which removes and returns the last item in the `Dict`.
([PR #2794](https://github.com/modularml/mojo/pull/2794)
by [@msaelices](https://github.com/msaelices))

- Add a `sort` function for list of `ComparableCollectionElement`s.
[PR #2609](https://github.com/modularml/mojo/pull/2609) by
[@mzaks](https://github.com/mzaks)
Expand Down

0 comments on commit 2e45b91

Please sign in to comment.