Skip to content

Commit d5904bd

Browse files
DZakhzth
authored andcommitted
Update migration and changelog
1 parent f8b7d1d commit d5904bd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next version
44

5+
- Add `Dict.getUnsafe` https://github.com/rescript-association/rescript-core/pull/167
6+
57
## 0.6.0
68

79
### API changes

migration/migration.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ rewrite="Dict.make"
117117
match="Js.Dict.keys"
118118
rewrite="Dict.keysToArray"
119119

120+
[js-dict-a-get-unsafe]
121+
match="Js.Dict.unsafeGet"
122+
rewrite="Dict.getUnsafe"
123+
120124
[js-dict-z]
121125
match="Js.Dict"
122126
rewrite="Dict"

0 commit comments

Comments
 (0)