File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## v2.2.4 - 2015/05/26
2
9
* [ #203 ] ( https://github.com/elixir-lang/emacs-elixir/pull/203 ) - Implement triple-quoted strings.
3
10
Original file line number Diff line number Diff line change 10
10
; ; URL: https://github.com/elixir-lang/emacs-elixir
11
11
; ; Created: Mon Nov 7 2011
12
12
; ; Keywords: languages elixir
13
- ; ; Version: 2.2.4
13
+ ; ; Version: 2.2.5
14
14
15
15
; ; This file is not a part of GNU Emacs.
16
16
You can’t perform that action at this time.
0 commit comments