From 29f9ac503fb028e1b095c8f8e036ed74b5474550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Mon, 23 Jan 2023 18:05:17 +0100 Subject: [PATCH] Add changelog for 1.7.2 (#12995) --- CHANGELOG.md | 21 +++++++++++++++++++++ src/VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3266c2c4d2bd..faa5d173025b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 1.7.2 (2023-01-23) +## Standard Library + +### Runtime + +- Fix: Add `Nil` return type restrictions to `load_debug_info` ([#12992](https://github.com/crystal-lang/crystal/pull/12992), thanks @straight-shoota) + +## Compiler + +### Codegen + +- Add error handling to compiler when linker is unavailable ([#12899](https://github.com/crystal-lang/crystal/pull/12899), thanks @straight-shoota) + +### Parser + +- Revert "Parser: Fix restrict grammar for name and supertype in type def (#12622)" ([#12977](https://github.com/crystal-lang/crystal/pull/12977), thanks @straight-shoota) + +## Other + +- Update `VERSION` to `1.7.2-dev` ([#12993](https://github.com/crystal-lang/crystal/pull/12993), thanks @straight-shoota) + # 1.7.1 (2023-01-17) ## Tools diff --git a/src/VERSION b/src/VERSION index d69c06dee400..f8a696c8dc56 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.7.2-dev +1.7.2