Skip to content

Commit 153bfcd

Browse files
committed
prepare 2.2.6
1 parent 68a7503 commit 153bfcd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.2.6 - 2015/08/05
2+
* [#234](https://github.com/elixir-lang/emacs-elixir/pull/234) - don't highlights LHS as a variable in `==` case fixes #225
3+
* [#233](https://github.com/elixir-lang/emacs-elixir/pull/233) - module syntax highlighting also works correctly with &
4+
* [#232](https://github.com/elixir-lang/emacs-elixir/pull/232) - correct indentation for closing Map curly bracket fixes #223
5+
* [#231](https://github.com/elixir-lang/emacs-elixir/pull/231) - correct indentation for block with multiple matches
6+
* [#230](https://github.com/elixir-lang/emacs-elixir/pull/230) - update travis setup
7+
* [#228](https://github.com/elixir-lang/emacs-elixir/pull/228) - clear elixir-mode from deprecated functions
8+
19
## v2.2.5 - 2015/06/18
210
* [#222](https://github.com/elixir-lang/emacs-elixir/pull/222) - correct indentation inside heredoc strings
311
* [#221](https://github.com/elixir-lang/emacs-elixir/pull/221) - highlight atoms correctly in a pattern match

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; URL: https://github.com/elixir-lang/emacs-elixir
1111
;; Created: Mon Nov 7 2011
1212
;; Keywords: languages elixir
13-
;; Version: 2.2.5
13+
;; Version: 2.2.6
1414
;; Package-Requires: ((emacs "24") (pkg-info "0.4"))
1515

1616
;; This file is not a part of GNU Emacs.

0 commit comments

Comments
 (0)