From 0315729f6905e8030878480e911f6b5b25f91eb4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 18 Mar 2024 21:45:43 -0400 Subject: [PATCH] Update CHANGELOG for v3.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6553dd3..482edc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v3.2.0 + +### New Features + +- #171 - Place object files next to source files for source files in build directory +- #170 - Use top-level build directory as environment build directory for unnamed environments +- #167 - Add upgrading instructions +- #166 - Replace CFile builder with Yacc and Lex builders + +### Fixes + +- #172 - Fix configuration checks performed with ldc2 compiler +- #169 - Output a better error when pkg-config is not found +- #168 - Cannot output binary to an environment's build root with the same name as the top-level source directory +- #164 - Improve DSL method documentation + ## v3.1.0 ### New Features