branch: scratch/editorconfig-cc
commit 384bf81c0a2c46d9035009e2900ef4dced98af3f
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Update CHANGELOG (#308)
---
 CHANGELOG.md | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d92276eaf..01134c4b89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,14 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 ### Security
 
 
+## [0.10.1]
+
+### Fixed
+
+- Fix when-let (again) ([#305])
+- Fix compile warning of python-mode offset ([#306])
+
+
 ## [0.10.0] - 2023-05-07
 
 ### Added
@@ -36,18 +44,12 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 
 - Drop Emacs 24.x and 25.x ([#286])
 
-### Deprecated
-
-### Removed
-
 ### Fixed
 
 - Fix write-file-functions default value ([#295])
 - Check mode-class property for special modes ([#301])
 - Load subr-x when compiling ([#302])
 
-### Security
-
 
 ## [0.9.1] - 2022-11-07
 
@@ -267,7 +269,8 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 *Undocumented*
 
 
-[Unreleased]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.0...HEAD
+[Unreleased]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.1...HEAD
+[0.10.1]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.10.0...v0.10.1
 [0.10.0]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.1...v0.10.0
 [0.9.1]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.9.0...v0.9.1
 [0.9.0]: 
https://github.com/editorconfig/editorconfig-emacs/compare/v0.8.2...v0.9.0
@@ -297,6 +300,8 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 [0.3]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.2...v0.3
 [0.2]: https://github.com/editorconfig/editorconfig-emacs/compare/v0.1...v0.2
 [0.1]: https://github.com/editorconfig/editorconfig-emacs/releases/tag/v0.1
+[#306]: https://github.com/editorconfig/editorconfig-emacs/issues/306
+[#305]: https://github.com/editorconfig/editorconfig-emacs/issues/305
 [#302]: https://github.com/editorconfig/editorconfig-emacs/issues/302
 [#301]: https://github.com/editorconfig/editorconfig-emacs/issues/301
 [#300]: https://github.com/editorconfig/editorconfig-emacs/issues/300

Reply via email to