Skip to content

Commit 85d4b1c

Browse files
Add changelog for 1.16.1
1 parent 9961e39 commit 85d4b1c

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

CHANGELOG.md

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

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 `libgc` pkg-config name for version discovery ([#15636], thanks @straight-shoota)
13+
- *(serialization)* **[regression]** Fix link `bcrypt` with `libxml2` on Windows ([#15651], thanks @straight-shoota)
14+
15+
[#15650]: https://github.com/crystal-lang/crystal/pull/15650
16+
[#15636]: https://github.com/crystal-lang/crystal/pull/15636
17+
[#15651]: https://github.com/crystal-lang/crystal/pull/15651
18+
19+
#### compiler
20+
21+
- *(cli)* **[regression]** Fix `crystal eval` read from stdin ([#15655], thanks @straight-shoota)
22+
23+
[#15655]: https://github.com/crystal-lang/crystal/pull/15655
24+
25+
### Documentation
26+
27+
#### stdlib
28+
29+
- *(runtime)* Fix mark method overrides on `ExecutionContext` as `:nodoc:` ([#15659], thanks @ysbaddaden)
30+
- *(runtime)* Update docs for `Fiber::ExecutionContext.default_workers_count` ([#15664], thanks @ysbaddaden)
31+
- *(runtime)* Enhance documentation for `ExecutionContext` ([#15665], thanks @straight-shoota)
32+
33+
[#15659]: https://github.com/crystal-lang/crystal/pull/15659
34+
[#15664]: https://github.com/crystal-lang/crystal/pull/15664
35+
[#15665]: https://github.com/crystal-lang/crystal/pull/15665
36+
37+
### other
38+
39+
#### stdlib
40+
41+
- *(runtime)* Fix error message when `PollDescriptor` can't transfer fd ([#15663], thanks @ysbaddaden)
42+
43+
[#15663]: https://github.com/crystal-lang/crystal/pull/15663
44+
45+
#### tools
46+
47+
- *(docs-generator)* Enable docs for `ExecutionContext` ([#15644], thanks @straight-shoota)
48+
49+
[#15644]: https://github.com/crystal-lang/crystal/pull/15644
50+
351
## [1.16.0] (2025-04-09)
452

553
[1.16.0]: https://github.com/crystal-lang/crystal/releases/1.16.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crystal
2-
version: 1.16.0
2+
version: 1.16.1
33

44
authors:
55
- Crystal Core Team <[email protected]>

src/SOURCE_DATE_EPOCH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1744156800
1+
1744761600

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.0
1+
1.16.1

0 commit comments

Comments
 (0)