Skip to content

Commit fb1d871

Browse files
committed
Add a change-log
1 parent 0da3522 commit fb1d871

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Change Log
2+
==========
3+
4+
This project adheres to [Semantic Versioning](http://semver.org).
5+
6+
7+
[v1.1.0]
8+
------------------------------------------------------------------------
9+
**September 28th, 2016**
10+
Improves file support and highlighting of numeric constants.
11+
12+
* __Added:__ File extension support for `_emacs`, `abbrev_defs`, `.eld`,
13+
`gnus`, `Project.ede`, and `viper`
14+
* __Added:__ Highlighting to pair separators and square brackets
15+
* __Added:__ Recognition of modelines and hashbangs
16+
* __Added:__ Support for [character escape sequences][2.3.3.2]
17+
* __Fixed:__ Partial highlighting of binary and hexadecimal literals
18+
* __Fixed:__ Partial highlighting of `±INF` and `±NaN` constants
19+
20+
21+
[v1.0.1]
22+
------------------------------------------------------------------------
23+
**August 29th, 2016**
24+
Small patch to fix broken highlighting in certain symbols with dashes.
25+
26+
27+
[v1.0.0]
28+
------------------------------------------------------------------------
29+
**August 28th, 2016**
30+
Initial release. Adds editor commands and highlighting for Emacs Lisp.
31+
32+
33+
[Referenced links]:_____________________________________________________
34+
[v1.1.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.1.0
35+
[v1.0.1]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.1
36+
[v1.0.0]: https://github.com/Alhadis/language-emacs-lisp/releases/v1.0.0
37+
[2.3.3.2]: http://www.hep.by/gnu/elisp/General-Escape-Syntax.html

0 commit comments

Comments
 (0)