Skip to content

Commit 7de3f87

Browse files
committed
prepare 1.4.8
1 parent 39e0da3 commit 7de3f87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.4.8 - 2014/08/19
2+
* [#92](https://github.com/elixir-lang/emacs-elixir/pull/92) - Update Rakefile to also run the release.py script. Refs #88.
3+
* [#91](https://github.com/elixir-lang/emacs-elixir/pull/91) - Updates to regexes for various lexemes
4+
* [#90](https://github.com/elixir-lang/emacs-elixir/pull/90) - Fix bug in atom highlighting.
5+
16
## v1.4.7 - 2014/08/18
27
* [#87](https://github.com/elixir-lang/emacs-elixir/pull/87) - Add syntax highlighting for heredocs & failing tests for indentation.
38
* [#85](https://github.com/elixir-lang/emacs-elixir/pull/85) - Improve regex for defmodule highlighting.

elixir-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
(require 'elixir-smie) ; syntax and indentation support
142142

143-
(defvar elixir-mode--version "1.4.7")
143+
(defvar elixir-mode--version "1.4.8")
144144

145145
(defvar elixir-mode--website-url
146146
"http://elixir-lang.org")

0 commit comments

Comments
 (0)