Skip to content

Commit ad75262

Browse files
committed
prepare 1.4.9
1 parent 68f884f commit ad75262

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.4.9 - 2014/08/25
2+
* [#100](https://github.com/elixir-lang/emacs-elixir/pull/100) - Fix indentation in multi-line match expressions. Fixes #98
3+
* [#99](https://github.com/elixir-lang/emacs-elixir/pull/99) - Tokenize trailing whitespace properly. Fixes #97
4+
* [#96](https://github.com/elixir-lang/emacs-elixir/pull/96) - Remove syntax highlighting for operators.
5+
16
## v1.4.8 - 2014/08/19
27
* [#92](https://github.com/elixir-lang/emacs-elixir/pull/92) - Update Rakefile to also run the release.py script. Refs #88.
38
* [#91](https://github.com/elixir-lang/emacs-elixir/pull/91) - Updates to regexes for various lexemes

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.8")
143+
(defvar elixir-mode--version "1.4.9")
144144

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

0 commit comments

Comments
 (0)