Skip to content

Commit

Permalink
prepare 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Oct 19, 2015
1 parent bf8bde8 commit bfc95d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## v2.2.8 - 2015/10/19
* [#270](https://github.com/elixir-lang/emacs-elixir/pull/270) - Fix highlighting hashmark in sigil
* [#269](https://github.com/elixir-lang/emacs-elixir/pull/269) - Fix string interpolation
* [#268](https://github.com/elixir-lang/emacs-elixir/pull/268) - added font-lock to defoverridable
* [#262](https://github.com/elixir-lang/emacs-elixir/pull/262) - Add indentation tests for comprehensions
* [#267](https://github.com/elixir-lang/emacs-elixir/pull/267) - ~s is sigil, not attribute
* [#266](https://github.com/elixir-lang/emacs-elixir/pull/266) - Fix quotes in sigils
* [#264](https://github.com/elixir-lang/emacs-elixir/pull/264) - Fix string interpolation

## v2.2.7 - 2015/09/17
* [#260](https://github.com/elixir-lang/emacs-elixir/pull/260) - Correct indentation after "for" comprehension
* [#259](https://github.com/elixir-lang/emacs-elixir/pull/259) - Indent receive/after matches correct
Expand Down
2 changes: 1 addition & 1 deletion elixir-mode.el
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.7
;; Version: 2.2.8
;; Package-Requires: ((emacs "24") (pkg-info "0.4"))

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

0 comments on commit bfc95d9

Please sign in to comment.