Skip to content

Commit 17189d5

Browse files
committed
prepare 2.2.9
1 parent c5d1cba commit 17189d5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v2.2.9 - 2016/04/03
2+
* [#317](https://github.com/elixir-lang/emacs-elixir/pull/317) - Correct pipeline indentation
3+
* [#316](https://github.com/elixir-lang/emacs-elixir/pull/316) - Fix indentation of if within an else block
4+
* [#315](https://github.com/elixir-lang/emacs-elixir/pull/315) - Correct indentation with for-comprehensions within blocks
5+
* [#314](https://github.com/elixir-lang/emacs-elixir/pull/314) - Fix highlighting triple single quote(heredoc)
6+
* [#313](https://github.com/elixir-lang/emacs-elixir/pull/313) - Correct indentation after a one line 'fn' definition
7+
* [#305](https://github.com/elixir-lang/emacs-elixir/pull/305) - Added test case for for-comprehensions within case
8+
* [#303](https://github.com/elixir-lang/emacs-elixir/pull/303) - Fix escaped delimiter in sigil issue
9+
* [#295](https://github.com/elixir-lang/emacs-elixir/pull/295) - Demonstrate defstruct indention in a test case
10+
* [#261](https://github.com/elixir-lang/emacs-elixir/pull/261) - Test for multi-line function calls without parenthesis
11+
* [#299](https://github.com/elixir-lang/emacs-elixir/pull/299) - Added `with/1` to the highlighted keywords
12+
* [#298](https://github.com/elixir-lang/emacs-elixir/pull/298) - Added a test for alignment of the last key in multiline maps in cases
13+
* [#296](https://github.com/elixir-lang/emacs-elixir/pull/296) - Gray out ignored variables
14+
* [#291](https://github.com/elixir-lang/emacs-elixir/pull/291) - Added a test for indenting non-finished one-line if-else
15+
* [#289](https://github.com/elixir-lang/emacs-elixir/pull/289) - Added a test case for if within an else
16+
* [#287](https://github.com/elixir-lang/emacs-elixir/pull/287) - Fix sigil triple quotes
17+
* [#284](https://github.com/elixir-lang/emacs-elixir/pull/284) - Added a test for highlighting end after comment
18+
* [#285](https://github.com/elixir-lang/emacs-elixir/pull/285) - Don't capture '(or line-start (not (any ".")))'
19+
* [#282](https://github.com/elixir-lang/emacs-elixir/pull/282) - Indent multiple macro calls with do colon correct
20+
* [#280](https://github.com/elixir-lang/emacs-elixir/pull/280) - Fix one line definitions with equal char inside guard
21+
* [#279](https://github.com/elixir-lang/emacs-elixir/pull/279) - Fix indentation of single line fun declarations after single line fun declarations with when clauses
22+
* [#277](https://github.com/elixir-lang/emacs-elixir/pull/277) - Fix syntax highlighting sigils in string
23+
* [#273](https://github.com/elixir-lang/emacs-elixir/pull/273) - Removed send_after from highlighted keywords
24+
* [#272](https://github.com/elixir-lang/emacs-elixir/pull/272) - Added `send` and `send_after` to font lock
25+
* [#271](https://github.com/elixir-lang/emacs-elixir/pull/271) - Highlight module if preceded by a pipe
26+
127
## v2.2.8 - 2015/10/19
228
* [#270](https://github.com/elixir-lang/emacs-elixir/pull/270) - Fix highlighting hashmark in sigil
329
* [#269](https://github.com/elixir-lang/emacs-elixir/pull/269) - Fix string interpolation

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.2.8
13+
;; Version: 2.2.9
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)