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

    Update CHANGELOG.md (#339)
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
---
 CHANGELOG.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a898a81e8c..2596ee6003 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,16 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
+- Support new major-modes
+  - svelte-mode ([#333])
+  - magik-mode, magik-ts-mode ([#336])
+- Add switch not to override local variable values ([#338])
+  - Set `editorconfig-override-file-local-variables` to nil to use file local
+    variable values instead of values in .editorconfig
+  - Set `editorconfig-override-dir-local-variables` to nil to use values 
defined in
+    .dir-locals.el instead of values in .editorconfig
+
+
 ### Changed
 
 ### Deprecated
@@ -332,6 +342,9 @@ 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
+[#338]: https://github.com/editorconfig/editorconfig-emacs/issues/338
+[#336]: https://github.com/editorconfig/editorconfig-emacs/issues/336
+[#333]: https://github.com/editorconfig/editorconfig-emacs/issues/333
 [#330]: https://github.com/editorconfig/editorconfig-emacs/issues/330
 [#326]: https://github.com/editorconfig/editorconfig-emacs/issues/326
 [#325]: https://github.com/editorconfig/editorconfig-emacs/issues/325

Reply via email to