Skip to content

Commit 9845861

Browse files
committed
prepare 2.3.0
1 parent 930c8cc commit 9845861

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.3.0 - 2016/04/13
2+
* [#327](https://github.com/elixir-lang/emacs-elixir/pull/327) - Correct indentation of maps inside lists
3+
* [#326](https://github.com/elixir-lang/emacs-elixir/pull/326) - Correct anonymous fun indent inside block
4+
* [#325](https://github.com/elixir-lang/emacs-elixir/pull/325) - Fix indentation of statement keywords on dot call
5+
* [#324](https://github.com/elixir-lang/emacs-elixir/pull/324) - added failing tests for named functions in if and case
6+
* [#322](https://github.com/elixir-lang/emacs-elixir/pull/322) - added a failing indentation test for cond within with
7+
* [#321](https://github.com/elixir-lang/emacs-elixir/pull/321) - Fix invalid highlighting '::' in binaries
8+
* [#318](https://github.com/elixir-lang/emacs-elixir/pull/318) - Fix indent of pipes inside blocks of 'def' for example
9+
110
## v2.2.9 - 2016/04/03
211
* [#317](https://github.com/elixir-lang/emacs-elixir/pull/317) - Correct pipeline indentation
312
* [#316](https://github.com/elixir-lang/emacs-elixir/pull/316) - Fix indentation of if within an else block

elixir-mode.el

+1-1
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.2.9
13+
;; Version: 2.3.0
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)