Skip to content

Commit

Permalink
prepare 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Apr 13, 2016
1 parent 930c8cc commit 9845861
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 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
* [#325](https://github.com/elixir-lang/emacs-elixir/pull/325) - Fix indentation of statement keywords on dot call
* [#324](https://github.com/elixir-lang/emacs-elixir/pull/324) - added failing tests for named functions in if and case
* [#322](https://github.com/elixir-lang/emacs-elixir/pull/322) - added a failing indentation test for cond within with
* [#321](https://github.com/elixir-lang/emacs-elixir/pull/321) - Fix invalid highlighting '::' in binaries
* [#318](https://github.com/elixir-lang/emacs-elixir/pull/318) - Fix indent of pipes inside blocks of 'def' for example

## v2.2.9 - 2016/04/03
* [#317](https://github.com/elixir-lang/emacs-elixir/pull/317) - Correct pipeline indentation
* [#316](https://github.com/elixir-lang/emacs-elixir/pull/316) - Fix indentation of if within an else block
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.2.9
;; Version: 2.3.0
;; Package-Requires: ((emacs "24") (pkg-info "0.4"))

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

0 comments on commit 9845861

Please sign in to comment.