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+
17## v2.3.0 - 2016/04/13
28* [ #327 ] ( https://github.com/elixir-lang/emacs-elixir/pull/327 ) - Correct indentation of maps inside lists
39* [ #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
4040end
4141
4242desc "Run test suite"
43- task "test" => [ :install ] do
43+ task "test" do
4444 process_info "Run test suite"
4545 say ""
4646 system "#{ CASK } exec ert-runner"
Original file line number Diff line number Diff line change 1010; ; URL: https://github.com/elixir-lang/emacs-elixir
1111; ; Created: Mon Nov 7 2011
1212; ; Keywords: languages elixir
13- ; ; Version: 2.3.0
13+ ; ; Version: 2.3.1
1414; ; Package-Requires: ((emacs "24") (pkg-info "0.4"))
1515
1616; ; This file is not a part of GNU Emacs.
You can’t perform that action at this time.
0 commit comments