Skip to content

Commit f7e954d

Browse files
committed
prepare 1.4.10
1 parent 1e86759 commit f7e954d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.4.10 - 2014/08/26
2+
* [#102](https://github.com/elixir-lang/emacs-elixir/pull/102) - Add support for syntax highlighting for variable interpolation. Fixes #93
3+
* [#101](https://github.com/elixir-lang/emacs-elixir/pull/101) - Fix indentation after inline comment. Fixes #95
4+
15
## v1.4.9 - 2014/08/25
26
* [#100](https://github.com/elixir-lang/emacs-elixir/pull/100) - Fix indentation in multi-line match expressions. Fixes #98
37
* [#99](https://github.com/elixir-lang/emacs-elixir/pull/99) - Tokenize trailing whitespace properly. Fixes #97

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
(require 'elixir-smie) ; syntax and indentation support
142142

143-
(defvar elixir-mode--version "1.4.9")
143+
(defvar elixir-mode--version "1.4.10")
144144

145145
(defvar elixir-mode--website-url
146146
"http://elixir-lang.org")

0 commit comments

Comments
 (0)