branch: elpa/markdown-mode
commit 84276bda68416a151df193a0203ec3f90768a8b5
Author: Nobuyoshi Nakada <[email protected]>
Commit: Nobuyoshi Nakada <[email protected]>
Update CHANGES.md
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 707c25919b2..7ab0e180683 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,6 +18,7 @@
- Fix `markdown-heading-at-point` at the end of line [GH-912][]
- Catch an exception when `scan-sexp` fails [GH-917][]
- `markdown-link-at-pos` should decode both control characters and spaces
[GH-921][]
+ - `markdown-table-align` now aligns centered cells
* Improvements:
- Support drag and drop features on Windows and multiple files' drag and
drop