Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit e888343

Browse files
committed
Update CHANGELOG.md
1 parent 51f5111 commit e888343

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Set Changelog
22

3+
# 1.1.1 (2024-11-29)
4+
5+
* Enhancements
6+
* Fix Set#^ to respect subclasses [#38][] ([@kyanagi][])
7+
* Speed up Set#flatten [#39][] ([@kyanagi][])
8+
39
# 1.1.0 (2023-12-23)
410

511
* Optimize for and require Ruby >=3
@@ -48,6 +54,8 @@ This is the first release of set as a gem. Here lists the changes since the ver
4854
[#20]: https://github.com/ruby/set/pull/20
4955
[#29]: https://github.com/ruby/set/pull/29
5056
[#30]: https://github.com/ruby/set/pull/30
57+
[#38]: https://github.com/ruby/set/pull/38
58+
[#39]: https://github.com/ruby/set/pull/39
5159
[Feature #17838]: https://bugs.ruby-lang.org/issues/17838
5260
[Feature #16989]: https://bugs.ruby-lang.org/issues/16989
5361

@@ -56,4 +64,5 @@ This is the first release of set as a gem. Here lists the changes since the ver
5664
[@jeremyevans]: https://github.com/jeremyevans
5765
[@k-tsj]: https://github.com/k-tsj
5866
[@knu]: https://github.com/knu
67+
[@kyanagi]: https://github.com/kyanagi
5968
[@marcandre]: https://github.com/marcandre

0 commit comments

Comments
 (0)