Skip to content

Commit bfc95d9

Browse files
committed
prepare 2.2.8
1 parent bf8bde8 commit bfc95d9

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.2.8 - 2015/10/19
2+
* [#270](https://github.com/elixir-lang/emacs-elixir/pull/270) - Fix highlighting hashmark in sigil
3+
* [#269](https://github.com/elixir-lang/emacs-elixir/pull/269) - Fix string interpolation
4+
* [#268](https://github.com/elixir-lang/emacs-elixir/pull/268) - added font-lock to defoverridable
5+
* [#262](https://github.com/elixir-lang/emacs-elixir/pull/262) - Add indentation tests for comprehensions
6+
* [#267](https://github.com/elixir-lang/emacs-elixir/pull/267) - ~s is sigil, not attribute
7+
* [#266](https://github.com/elixir-lang/emacs-elixir/pull/266) - Fix quotes in sigils
8+
* [#264](https://github.com/elixir-lang/emacs-elixir/pull/264) - Fix string interpolation
9+
110
## v2.2.7 - 2015/09/17
211
* [#260](https://github.com/elixir-lang/emacs-elixir/pull/260) - Correct indentation after "for" comprehension
312
* [#259](https://github.com/elixir-lang/emacs-elixir/pull/259) - Indent receive/after matches correct

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