Skip to content

Commit

Permalink
Update migration and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh authored and zth committed Dec 11, 2023
1 parent f8b7d1d commit d5904bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next version

- Add `Dict.getUnsafe` https://github.com/rescript-association/rescript-core/pull/167

## 0.6.0

### API changes
Expand Down
4 changes: 4 additions & 0 deletions migration/migration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ rewrite="Dict.make"
match="Js.Dict.keys"
rewrite="Dict.keysToArray"

[js-dict-a-get-unsafe]
match="Js.Dict.unsafeGet"
rewrite="Dict.getUnsafe"

[js-dict-z]
match="Js.Dict"
rewrite="Dict"
Expand Down

0 comments on commit d5904bd

Please sign in to comment.