From 008274cda5eecc2e46ccd476ba1e4fc05591219c Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 27 Dec 2024 22:35:22 +0100 Subject: [PATCH] Update the release notes. --- releasenotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releasenotes.md b/releasenotes.md index 3d07bef2a..f04565bfa 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -10,6 +10,7 @@ - Make deprecation an error in test mode. - Add `--win-vs-dirs` to override VS detection dirs. - Add `"name"` project property to override the name of the resulting binary. #1719 +- Improved `add-project` to take arguments. ### Fixes - Fix case trying to initialize a `char[*]*` from a String. @@ -27,6 +28,7 @@ - Fix bug in OnStackAllocator when freeing overallocated data. #1720 - Use `weak_odr` rather than `weak` on Windows which seems to prevent issues such as #1704. - Use `weak` on dyn-symbols on Linux. +- Fix crash on project.json not having an empty set of targets. ### Stdlib changes - Increase BitWriter.write_bits limit up to 32 bits.