|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.16.1] (2025-04-16) |
| 4 | + |
| 5 | +[1.16.1]: https://github.com/crystal-lang/crystal/releases/1.16.1 |
| 6 | + |
| 7 | +### Bugfixes |
| 8 | + |
| 9 | +#### stdlib |
| 10 | + |
| 11 | +- *(runtime)* Correctly transfer FD ownership in polling event loop ([#15650], thanks @ysbaddaden) |
| 12 | +- *(runtime)* Fix error message when `PollDescriptor` can't transfer fd ([#15663], thanks @ysbaddaden) |
| 13 | +- *(runtime)* Fix `libgc` pkg-config name for version discovery ([#15636], thanks @straight-shoota) |
| 14 | +- *(serialization)* **[regression]** Fix link `bcrypt` with `libxml2` on Windows ([#15651], thanks @straight-shoota) |
| 15 | + |
| 16 | +[#15650]: https://github.com/crystal-lang/crystal/pull/15650 |
| 17 | +[#15663]: https://github.com/crystal-lang/crystal/pull/15663 |
| 18 | +[#15636]: https://github.com/crystal-lang/crystal/pull/15636 |
| 19 | +[#15651]: https://github.com/crystal-lang/crystal/pull/15651 |
| 20 | + |
| 21 | +#### compiler |
| 22 | + |
| 23 | +- *(cli)* **[regression]** Fix `crystal eval` read from stdin ([#15655], thanks @straight-shoota) |
| 24 | + |
| 25 | +[#15655]: https://github.com/crystal-lang/crystal/pull/15655 |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +#### stdlib |
| 30 | + |
| 31 | +- *(runtime)* Enable docs for `ExecutionContext` ([#15644], thanks @straight-shoota) |
| 32 | +- *(runtime)* Fix mark method overrides on `ExecutionContext` as `:nodoc:` ([#15659], thanks @ysbaddaden) |
| 33 | +- *(runtime)* Update docs for `Fiber::ExecutionContext.default_workers_count` ([#15664], thanks @ysbaddaden) |
| 34 | +- *(runtime)* Enhance documentation for `ExecutionContext` ([#15665], thanks @straight-shoota) |
| 35 | + |
| 36 | +[#15644]: https://github.com/crystal-lang/crystal/pull/15644 |
| 37 | +[#15659]: https://github.com/crystal-lang/crystal/pull/15659 |
| 38 | +[#15664]: https://github.com/crystal-lang/crystal/pull/15664 |
| 39 | +[#15665]: https://github.com/crystal-lang/crystal/pull/15665 |
| 40 | + |
| 41 | +### Infrastructure |
| 42 | + |
| 43 | +- Changelog for 1.16.1 ([#15666], thanks @straight-shoota) |
| 44 | + |
| 45 | +[#15666]: https://github.com/crystal-lang/crystal/pull/15666 |
| 46 | + |
3 | 47 | ## [1.16.0] (2025-04-09)
|
4 | 48 |
|
5 | 49 | [1.16.0]: https://github.com/crystal-lang/crystal/releases/1.16.0
|
|
0 commit comments