Skip to content

Commit 8790b0f

Browse files
committed
prepare 2.2.5
1 parent 8b09aae commit 8790b0f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.2.5 - 2015/06/18
2+
* [#222](https://github.com/elixir-lang/emacs-elixir/pull/222) - correct indentation inside heredoc strings
3+
* [#221](https://github.com/elixir-lang/emacs-elixir/pull/221) - highlight atoms correctly in a pattern match
4+
* [#220](https://github.com/elixir-lang/emacs-elixir/pull/220) - Correct indentation of parenthesized expression inside blocks
5+
* [#214](https://github.com/elixir-lang/emacs-elixir/pull/214) - correct indentation after one line definition with if keyword
6+
* [#213](https://github.com/elixir-lang/emacs-elixir/pull/213) - remove do keyword to handle also oneline definitions
7+
18
## v2.2.4 - 2015/05/26
29
* [#203](https://github.com/elixir-lang/emacs-elixir/pull/203) - Implement triple-quoted strings.
310

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.4
13+
;; Version: 2.2.5
1414

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

0 commit comments

Comments
 (0)