Skip to content

Commit

Permalink
Update changelog for 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jul 9, 2024
1 parent 066db43 commit 6ad69fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- *(collection)* Add `Array#insert_all` ([#14486], thanks @summer-alice)
- *(collection)* Improve compile time error for `#sort(&block : T, T -> U)` ([#14693], thanks @beta-ziliani)
- *(concurrency)* Add `WaitGroup` synchronization primitive ([#14167], thanks @ysbaddaden)
- *(concurrency)* Allow `Atomic`s of pointer types ([#14401], thanks @HertzDevil)
- *(concurrency)* Add `Thread.new` yields itself ([#14543], thanks @ysbaddaden)
- *(concurrency)* Add support for `Atomic(Bool)` ([#14532], thanks @ysbaddaden)
- *(concurrency)* Add `Thread.sleep(Time::Span)` ([#14715], thanks @ysbaddaden)
Expand All @@ -36,7 +37,6 @@
- *(networking)* Relax type restriction of handlers in `HTTP::Server.new` to `Indexable(HTTP::Handler)` ([#14413], thanks @hugopl)
- *(networking)* **[security]** OpenSSL: don't change default cipher suites ([#14655], thanks @ysbaddaden)
- *(networking)* Allow parsing cookies with space in the value ([#14455], thanks @anton7c3)
- *(runtime)* Allow `Atomic`s of pointer types ([#14401], thanks @HertzDevil)
- *(runtime)* Add `EventLoop::Socket` module ([#14643], thanks @straight-shoota)
- *(runtime)* Add `EventLoop::FileDescriptor` module ([#14639], thanks @straight-shoota)
- *(runtime)* Add `Crystal::Tracing` for runtime tracing ([#14659], thanks @ysbaddaden)
Expand All @@ -55,6 +55,7 @@
[#14486]: https://github.com/crystal-lang/crystal/pull/14486
[#14693]: https://github.com/crystal-lang/crystal/pull/14693
[#14167]: https://github.com/crystal-lang/crystal/pull/14167
[#14401]: https://github.com/crystal-lang/crystal/pull/14401
[#14543]: https://github.com/crystal-lang/crystal/pull/14543
[#14532]: https://github.com/crystal-lang/crystal/pull/14532
[#14715]: https://github.com/crystal-lang/crystal/pull/14715
Expand All @@ -72,7 +73,6 @@
[#14413]: https://github.com/crystal-lang/crystal/pull/14413
[#14655]: https://github.com/crystal-lang/crystal/pull/14655
[#14455]: https://github.com/crystal-lang/crystal/pull/14455
[#14401]: https://github.com/crystal-lang/crystal/pull/14401
[#14643]: https://github.com/crystal-lang/crystal/pull/14643
[#14639]: https://github.com/crystal-lang/crystal/pull/14639
[#14659]: https://github.com/crystal-lang/crystal/pull/14659
Expand Down

0 comments on commit 6ad69fe

Please sign in to comment.