Skip to content

Commit

Permalink
Update CHANGELOG.md (#339)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
10sr authored Jun 2, 2024
1 parent 150f8d7 commit cd61ca4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -335,6 +345,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
Expand Down

0 comments on commit cd61ca4

Please sign in to comment.