Skip to content

Commit c44612f

Browse files
committed
Update changelog.
1 parent 0e825ac commit c44612f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.4.2 - 2014/08/15
2+
* [#73](https://github.com/elixir-lang/emacs-elixir/pull/73) - Fix buggy syntax highlighting behavior involving "?"
3+
* [#71](https://github.com/elixir-lang/emacs-elixir/pull/71) - Need two backslashes in regex string.
4+
* [#70](https://github.com/elixir-lang/emacs-elixir/pull/70) - Use define-derived-mode to define elixir-mode
5+
* [#69](https://github.com/elixir-lang/emacs-elixir/pull/69) - Remove unused variable
6+
7+
## v1.4.1 - 2014/08/11
8+
* [#66](https://github.com/elixir-lang/emacs-elixir/pull/66) - Indent correctly after one-liner if/do: statements. Fixes #65
9+
* [#64](https://github.com/elixir-lang/emacs-elixir/pull/64) - wrong indentation if space between if and statement
10+
* [#63](https://github.com/elixir-lang/emacs-elixir/pull/63) - Correctly indent one-line anon fns AND block fns. Fixes #59
11+
112
## v1.4.0 - 2014/07/09
213
* [#62](https://github.com/elixir-lang/emacs-elixir/pull/62) - Remove grammar entry causing erroneous alignment to ".". Fixes #49
314
* [#61](https://github.com/elixir-lang/emacs-elixir/pull/61) - Remove "=" & left-assoc opers from "OP" regex. Fixes #18.

0 commit comments

Comments
 (0)