File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.3.1 - 2016/04/19
2
+ * [ #337 ] ( https://github.com/elixir-lang/emacs-elixir/pull/337 ) - Fix indentation issue after COMMA token
3
+ * [ #333 ] ( https://github.com/elixir-lang/emacs-elixir/pull/333 ) - Fix indentation of second element inside list of tuples
4
+ * [ #332 ] ( https://github.com/elixir-lang/emacs-elixir/pull/332 ) - Correct indent after using 'for' as function name
5
+ * [ #329 ] ( https://github.com/elixir-lang/emacs-elixir/pull/329 ) - Indent by one level if current line belongs to function call
6
+
1
7
## v2.3.0 - 2016/04/13
2
8
* [ #327 ] ( https://github.com/elixir-lang/emacs-elixir/pull/327 ) - Correct indentation of maps inside lists
3
9
* [ #326 ] ( https://github.com/elixir-lang/emacs-elixir/pull/326 ) - Correct anonymous fun indent inside block
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ task "install" do
40
40
end
41
41
42
42
desc "Run test suite"
43
- task "test" => [ :install ] do
43
+ task "test" do
44
44
process_info "Run test suite"
45
45
say ""
46
46
system "#{ CASK } exec ert-runner"
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.3.0
13
+ ; ; Version: 2.3.1
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