Skip to content

Commit

Permalink
Update changelog for 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Dec 16, 2024
1 parent 14e4358 commit d952603
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
- *(runtime)* **[regression]** Protect constant initializers with mutex on Windows ([#15134], thanks @HertzDevil)
- *(runtime)* use `uninitialized LibC::SigsetT` ([#15144], thanks @straight-shoota)
- *(runtime)* Fix static linking when using MinGW-w64 ([#15167], thanks @HertzDevil)
- *(runtime)* register GC callbacks inside `GC.init` ([#15278], thanks @ysbaddaden)
- *(system)* Fix `Process::Status` for unknown signals ([#15280], thanks @straight-shoota)
- *(system)* Raise on abnormal exit in `Procss::Status#exit_code` ([#15241], thanks @straight-shoota)
- *(text)* Fix libiconv build on Windows ([#15095], thanks @HertzDevil)
Expand All @@ -119,6 +120,7 @@
[#15134]: https://github.com/crystal-lang/crystal/pull/15134
[#15144]: https://github.com/crystal-lang/crystal/pull/15144
[#15167]: https://github.com/crystal-lang/crystal/pull/15167
[#15278]: https://github.com/crystal-lang/crystal/pull/15278
[#15280]: https://github.com/crystal-lang/crystal/pull/15280
[#15241]: https://github.com/crystal-lang/crystal/pull/15241
[#15095]: https://github.com/crystal-lang/crystal/pull/15095
Expand Down Expand Up @@ -146,12 +148,6 @@
[#15082]: https://github.com/crystal-lang/crystal/pull/15082
[#15273]: https://github.com/crystal-lang/crystal/pull/15273

#### other

- register GC callbacks inside GC.init ([#15278], thanks @ysbaddaden)

[#15278]: https://github.com/crystal-lang/crystal/pull/15278

### Chores

#### stdlib
Expand Down Expand Up @@ -201,6 +197,7 @@

- Use Win32 heap functions with `-Dgc_none` ([#15173], thanks @HertzDevil)
- *(collection)* Refactor `Enumerable#map` to delegate to `#map_with_index` ([#15210], thanks @straight-shoota)
- *(concurrency)* Drop `Crystal::FiberChannel` ([#15245], thanks @ysbaddaden)
- *(runtime)* Refactor uses of `LibC.dladdr` inside `Exception::CallStack` ([#15108], thanks @HertzDevil)
- *(runtime)* Crystal::EventLoop namespace ([#15226], thanks @ysbaddaden)
- *(runtime)* Change `libevent` event loop to wait forever when blocking ([#15243], thanks @ysbaddaden)
Expand All @@ -212,6 +209,7 @@

[#15173]: https://github.com/crystal-lang/crystal/pull/15173
[#15210]: https://github.com/crystal-lang/crystal/pull/15210
[#15245]: https://github.com/crystal-lang/crystal/pull/15245
[#15108]: https://github.com/crystal-lang/crystal/pull/15108
[#15226]: https://github.com/crystal-lang/crystal/pull/15226
[#15243]: https://github.com/crystal-lang/crystal/pull/15243
Expand All @@ -230,12 +228,6 @@

[#15068]: https://github.com/crystal-lang/crystal/pull/15068

#### other

- Drop `Crystal::FiberChannel` ([#15245], thanks @ysbaddaden)

[#15245]: https://github.com/crystal-lang/crystal/pull/15245

### Documentation

#### stdlib
Expand Down

0 comments on commit d952603

Please sign in to comment.