|
| 1 | +## v2.3.2 - 2020-11-16 |
| 2 | +* [#460](https://github.com/elixir-editors/emacs-elixir/pull/460) - @typedoc recognized as heredoc |
| 3 | +* [#454](https://github.com/elixir-editors/emacs-elixir/pull/454) - Add ~L, ~E, and ~e sigils for EEx and LiveView |
| 4 | +* [#449](https://github.com/elixir-editors/emacs-elixir/pull/449) - Disable smie-blink-matching-inners-locally |
| 5 | +* [#448](https://github.com/elixir-editors/emacs-elixir/pull/448) - make usable again in Emacs 27 |
| 6 | +* [#438](https://github.com/elixir-editors/emacs-elixir/pull/438) - Run mix directly |
| 7 | +* [#442](https://github.com/elixir-editors/emacs-elixir/pull/442) - Add support for ~U sigil |
| 8 | +* [#441](https://github.com/elixir-editors/emacs-elixir/pull/441) - Inherit faces from appropriate built-in ones |
| 9 | +* [#433](https://github.com/elixir-editors/emacs-elixir/pull/433) - Special case for indentation of fat arrow in map literals |
| 10 | +* [#420](https://github.com/elixir-editors/emacs-elixir/pull/420) - change to mix.exs directory before format |
| 11 | +* [#425](https://github.com/elixir-editors/emacs-elixir/pull/425) - fontify defguard and defguardp |
| 12 | +* [#418](https://github.com/elixir-editors/emacs-elixir/pull/418) - locate closest formatter.exs on save |
| 13 | +* [#406](https://github.com/elixir-editors/emacs-elixir/pull/406) - add elixir-format function |
| 14 | +* [#381](https://github.com/elixir-editors/emacs-elixir/pull/381) - Fontify ~N and ~T sigils |
| 15 | +* [#383](https://github.com/elixir-editors/emacs-elixir/pull/383) - Fix @dox highlight |
| 16 | +* [#386](https://github.com/elixir-editors/emacs-elixir/pull/387) - Fix a broken command name |
| 17 | +* [#374](https://github.com/elixir-editors/emacs-elixir/pull/374) - Fix highlighting ignored variable in pattern match |
| 18 | +* [#373](https://github.com/elixir-editors/emacs-elixir/pull/373) - Fontify ~D sigil |
| 19 | +* [#368](https://github.com/elixir-editors/emacs-elixir/pull/368) - Implement moving defun command |
| 20 | +* [#364](https://github.com/elixir-editors/emacs-elixir/pull/364) - Fix issue that emacs hangs after def? statement |
| 21 | +* [#307](https://github.com/elixir-editors/emacs-elixir/pull/307) - Include - in punctuation class |
| 22 | +* [#357](https://github.com/elixir-editors/emacs-elixir/pull/357) - remove elixir-negation-face in favor of font-lock |
| 23 | +* [#358](https://github.com/elixir-editors/emacs-elixir/pull/358) - remove ignore-var-face in favor of comment-face |
| 24 | +* [#350](https://github.com/elixir-editors/emacs-elixir/pull/350) - Correct implementation for with keyword |
| 25 | +* [#345](https://github.com/elixir-editors/emacs-elixir/pull/345) - Correct default indent after match |
| 26 | +* [#343](https://github.com/elixir-editors/emacs-elixir/pull/343) - Fix for do oneline blocks |
| 27 | +* [#342](https://github.com/elixir-editors/emacs-elixir/pull/342) - Complex comment indentation |
| 28 | +* [#340](https://github.com/elixir-editors/emacs-elixir/pull/340) - Fix invalid highlighting question quote |
| 29 | +* [#339](https://github.com/elixir-editors/emacs-elixir/pull/339) - Fix heredoc indentation on first line inside block |
| 30 | +* [#338](https://github.com/elixir-editors/emacs-elixir/pull/338) - Fix "variable binding depth exceeds max-specpdl-size" error |
| 31 | + |
1 | 32 | ## v2.3.1 - 2016/04/19
|
2 | 33 | * [#337](https://github.com/elixir-editors/emacs-elixir/pull/337) - Fix indentation issue after COMMA token
|
3 | 34 | * [#333](https://github.com/elixir-editors/emacs-elixir/pull/333) - Fix indentation of second element inside list of tuples
|
|
0 commit comments