From 854d1b201ddaec7ff6ee2bf9d593debecd36deca Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 1 Mar 2018 21:12:38 -0400 Subject: [PATCH] See #1980. Add VHDL beautifier to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a80a95..3d8c4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Next +- See [#1980](https://github.com/Glavin001/atom-beautify/pull/1980). Add VHDL beautifier and language support. - Implement Verilog/SystemVerilog beautification via emacs verilog-mode - Add support for MagicPython grammar [#1851](https://github.com/Glavin001/atom-beautify/issues/1851) - Add "Reindent" option for sqlformat. See [#1926](https://github.com/Glavin001/atom-beautify/pull/1926).