Skip to content

Commit

Permalink
prepare 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Apr 19, 2016
1 parent fc20276 commit a1f4d60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.3.1 - 2016/04/19
* [#337](https://github.com/elixir-lang/emacs-elixir/pull/337) - Fix indentation issue after COMMA token
* [#333](https://github.com/elixir-lang/emacs-elixir/pull/333) - Fix indentation of second element inside list of tuples
* [#332](https://github.com/elixir-lang/emacs-elixir/pull/332) - Correct indent after using 'for' as function name
* [#329](https://github.com/elixir-lang/emacs-elixir/pull/329) - Indent by one level if current line belongs to function call

## v2.3.0 - 2016/04/13
* [#327](https://github.com/elixir-lang/emacs-elixir/pull/327) - Correct indentation of maps inside lists
* [#326](https://github.com/elixir-lang/emacs-elixir/pull/326) - Correct anonymous fun indent inside block
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task "install" do
end

desc "Run test suite"
task "test" => [:install] do
task "test" do
process_info "Run test suite"
say ""
system "#{CASK} exec ert-runner"
Expand Down
2 changes: 1 addition & 1 deletion elixir-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; URL: https://github.com/elixir-lang/emacs-elixir
;; Created: Mon Nov 7 2011
;; Keywords: languages elixir
;; Version: 2.3.0
;; Version: 2.3.1
;; Package-Requires: ((emacs "24") (pkg-info "0.4"))

;; This file is not a part of GNU Emacs.
Expand Down

0 comments on commit a1f4d60

Please sign in to comment.