diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc07c1..74caa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # 0.27.0 +- Improved handling of commented-out macro definitions and fixed related logic in `Specfile.update_value()`. (#338) + # 0.26.0 - When accessing tags or macro definitions by name, specfile now takes validity into account when looking for the best match. For example if there are two instances of `Version` tag, one in the true and one in the false branch of a condition, `Specfile.version` will always access the one that is in the true branch. (#328)