Skip to content

Commit cfb4327

Browse files
committed
Update CHANGELOG for 1.3.1 release.
1 parent 6b6917d commit cfb4327

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

CHANGELOG.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
## 1.3.1 ()
2-
- Add
3-
[univesal-argument](http://www.gnu.org/software/emacs/manual/html_node/elisp/Prefix-Command-Arguments.html)
4-
possibility for `elixir-mode-iex` to run <code>iex</code> with additional
5-
arguments.
6-
- Add Recognition for question mark (?) char syntax
7-
- Add (failing) test for last comment in a block (#27)
8-
- Update Fontify character literals as strings.
9-
- Update inline documentation
1+
## v1.3.1 - 2014/07/05
2+
* [#52](https://github.com/elixir-lang/emacs-elixir/pull/52) - Add CLI for running elixir-mode tests.
3+
* [#48](https://github.com/elixir-lang/emacs-elixir/pull/48) - Add a SMIE rule function for "def". Fixes #38 and #41
4+
* [#50](https://github.com/elixir-lang/emacs-elixir/pull/50) - Remove grammar clause for "fn" terminal. Fixes #7
5+
* [#44](https://github.com/elixir-lang/emacs-elixir/pull/44) - sigil % to ~
6+
* [#46](https://github.com/elixir-lang/emacs-elixir/pull/46) - Added highlight for unless and Task module
7+
* [#45](https://github.com/elixir-lang/emacs-elixir/pull/45) - Highlight defstruct and Actor, Base modules
8+
* [#40](https://github.com/elixir-lang/emacs-elixir/pull/40) - IMenu: Show ExUnit tests under heading "Tests".
9+
* [#37](https://github.com/elixir-lang/emacs-elixir/pull/37) - Remove needless statement
10+
* [#35](https://github.com/elixir-lang/emacs-elixir/pull/35) - Added simple imenu support.
11+
* [#32](https://github.com/elixir-lang/emacs-elixir/pull/32) - Properly make variables local
12+
* [#31](https://github.com/elixir-lang/emacs-elixir/pull/31) - needed for effective code-navigation via syntax-ppss
13+
* [#28](https://github.com/elixir-lang/emacs-elixir/pull/28) - Recognize ? char syntax
14+
* [#24](https://github.com/elixir-lang/emacs-elixir/pull/24) - elixir-mode-eval-on-current-buffer binding comment incorrect
15+
* [#22](https://github.com/elixir-lang/emacs-elixir/pull/22) - Enhance `elixir-mode-iex` to accept additional arguments
1016

1117
## 1.3.0 (June 24, 2013)
1218
- Add `elixir-mode-eval-on-region` to evalute Elixir code on the

0 commit comments

Comments
 (0)