branch: elpa/adoc-mode commit bded623e3d9edb61b826b084553aca863a1f9836 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
[Fix #8] Add a changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..ea4356a5c1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## master (unreleased) + +### New features + +- Added `imenu` support. +- Associate with `.adoc` and `.asciidoc` files automatically. + +### Changes + +- Require Emacs 26. +- Respect `mode-require-final-newline`. + +### Bugs fixed + +- Handle `unichars.el` properly. +- Add missing quote before `adoc-reserved` in `adoc-kw-verbatim-paragraph-sequence`.