Skip to content

Commit 62e5ada

Browse files
author
Bozhidar Batsov
committed
Add a changelog
1 parent 9fd8227 commit 62e5ada

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## master (unreleased)
4+
5+
## 3.0.0 (2/9/2014)
6+
7+
### New features
8+
9+
* Added font-locking for namespaces and namespace aliases.
10+
* Added font-locking for character literals.
11+
* Added font-locking for constants.
12+
* Added font-locking for dynamic vars.
13+
* Added font-locking for `cljx`.
14+
* Various docstring filling improvements.
15+
* Introduced additional faces for keyword literals, character literals and
16+
interop method invocations.
17+
18+
### Changes
19+
20+
* Emacs 24.1 is required.
21+
* Removed deprecated `clojure-font-lock-comment-sexp`.
22+
* Renamed `clojure-mode-font-lock-setup` to `clojure-font-lock-setup`.
23+
24+
### Bugs fixed
25+
26+
* Properly font-lock docstrings regardless of the presence of metadata or type hints.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ The mode is **deprecated** (more details
191191
will not be improved/maintained anymore. All `clojure-test-mode` users
192192
should start using CIDER 0.7+, which features built-in support for `clojure.test`.
193193

194+
## Changelog
195+
196+
An extensive changelog is available [here](CHANGELOG.md).
197+
194198
## License
195199

196200
Copyright © 2007-2014 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar Batsov

0 commit comments

Comments
 (0)