Skip to content

Commit 8b270e6

Browse files
committed
Update README.md in preparation for 2.7.0 - JSON marshaling/unmarshaling finally fixed
1 parent e00dc23 commit 8b270e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The missing `generic` set collection for the Go language. Until Go has sets bui
99
## Psst
1010
* Hi there, 👋! Do you use or have interest in the [Zig programming language](https://ziglang.org/) created by Andrew Kelley? If so, the golang-set project has a new sibling project: [ziglang-set](https://github.com/deckarep/ziglang-set)! Come check it out!
1111

12+
## Update 12/3/2024
13+
* Packaged version: `2.7.0` fixes a long-standing bug with *JSON Unmarshaling*. A large refactor in the interest of performance
14+
introduced this bug and there was no way around it but to revert the code back to how it was previously. The performance
15+
difference was likely negligible to begin with. JSON Marshaling and Unmarshaling is now properly supported again without
16+
needing to do workarounds.
17+
1218
## Update 3/5/2023
1319
* Packaged version: `2.2.0` release includes a refactor to minimize pointer indirection, better method documentation standards and a few constructor convenience methods to increase ergonomics when appending items `Append` or creating a new set from an exist `Map`.
1420
* supports `new generic` syntax

0 commit comments

Comments
 (0)