File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 .
You can’t perform that action at this time.
0 commit comments