Skip to content

Commit 0039daa

Browse files
committed
✏️ correct typo in CHANGELOG for HashMap to LinkedHashMap
1 parent 8eb6469 commit 0039daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.1.2
22

3-
* [FIX] change `HashMa`p to `LinkedHashMap` in `Decoder.parseObject` for consistent iteration order
3+
* [FIX] change `HashMap` to `LinkedHashMap` in `Decoder.parseObject` for consistent iteration order
44
* [CHORE] update Android Gradle Plugin to v8.11.1
55
* [CHORE] add comparison tests with Node.js `qs` library to ensure compatibility with the original library
66

0 commit comments

Comments
 (0)