File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.3.0 - 2016/04/13
2
+ * [ #327 ] ( https://github.com/elixir-lang/emacs-elixir/pull/327 ) - Correct indentation of maps inside lists
3
+ * [ #326 ] ( https://github.com/elixir-lang/emacs-elixir/pull/326 ) - Correct anonymous fun indent inside block
4
+ * [ #325 ] ( https://github.com/elixir-lang/emacs-elixir/pull/325 ) - Fix indentation of statement keywords on dot call
5
+ * [ #324 ] ( https://github.com/elixir-lang/emacs-elixir/pull/324 ) - added failing tests for named functions in if and case
6
+ * [ #322 ] ( https://github.com/elixir-lang/emacs-elixir/pull/322 ) - added a failing indentation test for cond within with
7
+ * [ #321 ] ( https://github.com/elixir-lang/emacs-elixir/pull/321 ) - Fix invalid highlighting '::' in binaries
8
+ * [ #318 ] ( https://github.com/elixir-lang/emacs-elixir/pull/318 ) - Fix indent of pipes inside blocks of 'def' for example
9
+
1
10
## v2.2.9 - 2016/04/03
2
11
* [ #317 ] ( https://github.com/elixir-lang/emacs-elixir/pull/317 ) - Correct pipeline indentation
3
12
* [ #316 ] ( https://github.com/elixir-lang/emacs-elixir/pull/316 ) - Fix indentation of if within an else block
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.9
13
+ ; ; Version: 2.3.0
14
14
; ; Package-Requires: ((emacs "24") (pkg-info "0.4"))
15
15
16
16
; ; This file is not a part of GNU Emacs.
You can’t perform that action at this time.
0 commit comments