Skip to content

Commit a1f4d60

Browse files
committed
prepare 2.3.1
1 parent fc20276 commit a1f4d60

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task "install" do
4040
end
4141

4242
desc "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"

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.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.

0 commit comments

Comments
 (0)