From 74e07cd0813c527e5a9b0270ba44dd98277c1ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Tue, 25 Jun 2024 11:33:46 +0200 Subject: [PATCH] Bump version / update changelog --- Broccolini/Broccolini.csproj | 2 +- changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Broccolini/Broccolini.csproj b/Broccolini/Broccolini.csproj index 135aaf6..4b898c6 100644 --- a/Broccolini/Broccolini.csproj +++ b/Broccolini/Broccolini.csproj @@ -6,7 +6,7 @@ true - 1.0.1 + 2.0.0-rc.1 Broccolini is a non-destructive parser for INI files compatible with GetPrivateProfileString. Tau Gärtli MIT diff --git a/changelog.md b/changelog.md index 5fe79a1..a6adff5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,12 @@ # Changelog +## 2.0.0 (rc) +* ✨ Empty lines are now attributed as leading / trailing trivia + instead of generating `UnrecognizedIniNode`s. See . +* ⚡ Breaking: A lot of restructuring has gone into the AST + these changes only affect advanced users that don't use the high-level APIs. +* 🐛 New lines preceded by whitespace are now correctly categorized as new lines instead + of whitespace. See . + ## 1.0.1 * Update package metadata