diff --git a/docs/changelog.md b/docs/changelog.md index b1bb46c5cc..529d929a3e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -18,8 +18,8 @@ what we publish. ### ⭐️ New -- `Dict` now support `popitem`, which removes and returns the last item in the `Dict`. -([PR #2701](https://github.com/modularml/mojo/pull/2701) +- `Dict` now support `popitem`, which removes and returns the last item in the `Dict`. +([PR #2701](https://github.com/modularml/mojo/pull/2701) by [@jayzhan211](https://github.com/jayzhan211)) - Add a `sort` function for list of `ComparableCollectionElement`s.