From c2beaf7778658f6f28dfde635f7ecacc21a94295 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 5 Aug 2024 13:45:47 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721a9b88..239b0c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * examples and usage instructions +* `Config::comment_start` field for changing the default comment symbols from `//` ### Fixed ### Changed +* default comment symbols for `Config::cargo` changed to `#` + ### Removed ## [0.25.0] - 2024-07-24