Skip to content

Commit 4c06bfc

Browse files
committed
Update README.md in preparation for release 2.8.0
1 parent 0d26f4c commit 4c06bfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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 3/14/2025
13+
* Packaged version: `2.8.0` introduces support for true iterators for Go 1.23+. Please see [issue #141](https://github.com/deckarep/golang-set/issues/141)
14+
for further details on the implications of how iterations work between older Go versions vs newer Go versions. Additionally, this
15+
release has a minor unit-test spelling fix.
16+
1217
## Update 12/3/2024
1318
* Packaged version: `2.7.0` fixes a long-standing bug with *JSON Unmarshaling*. A large refactor in the interest of performance
1419
introduced this bug and there was no way around it but to revert the code back to how it was previously. The performance

0 commit comments

Comments
 (0)