Skip to content

Commit 18e31fa

Browse files
author
Bozhidar Batsov
committed
Release 3.0.1
1 parent 9487ee5 commit 18e31fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## master (unreleased)
44

5+
## 3.0.1 (24/11/2014)
6+
7+
### Bugs fixed
8+
9+
* Numerous font-lock bug fixes.
10+
* [#260](https://github.com/clojure-emacs/clojure-mode/pull/260): Don't treat `@` as a word character.
11+
* [#239](https://github.com/clojure-emacs/clojure-mode/issues/239): Indent properly multi-arity definitions.
12+
513
## 3.0.0 (2/9/2014)
614

715
### New features

clojure-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; Bozhidar Batsov <[email protected]>
1010
;; URL: http://github.com/clojure-emacs/clojure-mode
1111
;; Keywords: languages clojure clojurescript lisp
12-
;; Version: 3.1.0-cvs
12+
;; Version: 3.0.1
1313
;; Package-Requires: ((emacs "24.1"))
1414

1515
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)