From b7377c0419ae5c1ce91e8298f075b3ff15636c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 22 Apr 2022 20:57:50 +0200 Subject: [PATCH] Add Changelog for 1.4.1 (#12017) --- CHANGELOG.md | 23 +++++++++++++++++++++++ src/VERSION | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 092cf00dd081..b4c1cf409e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 1.4.1 (2022-04-22) + +## Standard Library + +### Collection + +- Avoid compile-time error on empty `NamedTuple`s. ([#12007](https://github.com/crystal-lang/crystal/pull/12007), thanks @I3oris) + +### Files + +- Add missing fun def for `__xstat` ([#11985](https://github.com/crystal-lang/crystal/pull/11985), thanks @straight-shoota) + +### Runtime + +- Add `pthread` link annotations in lib bindings ([#12013](https://github.com/crystal-lang/crystal/pull/12013), thanks @straight-shoota) +- Fix GC typedefs on Windows ([#11963](https://github.com/crystal-lang/crystal/pull/11963), thanks @HertzDevil) + +## Compiler + +### Semantic + +- Compiler: remove duplicate instance vars once we know them all ([#11995](https://github.com/crystal-lang/crystal/pull/11995), thanks @asterite) + # 1.4.0 (2022-04-06) ## Language diff --git a/src/VERSION b/src/VERSION index 88c5fb891dcf..347f5833ee6d 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.4.0 +1.4.1