[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/editorconfig fad7644551 3/3: Update CHANGELOG (#308)
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/editorconfig fad7644551 3/3: Update CHANGELOG (#308) |
|
Date: |
Fri, 19 May 2023 05:01:21 -0400 (EDT) |
branch: elpa/editorconfig
commit fad76445510304acb449570b082e5c594987c004
Author: 10sr <8.slashes@gmail.com>
Commit: GitHub <noreply@github.com>
Update CHANGELOG (#308)
---
CHANGELOG.md | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7a684c091..4b92d96aa6 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
@@ -270,7 +272,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
@@ -300,6 +303,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