File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 5.0.1 (15/11/2015)
6
+
7
+ ### Bugs fixed
8
+
9
+ * Don't treat the symbol ` default-(something) ` as def* macro.
10
+ * ` cider-find-ns ` now returns the closest ` ns ` instead of the first one.
11
+ * [ #344 ] ( https://github.com/clojure-emacs/clojure-mode/issues/344 ) : Fixed the indentation of ` extend-type ` .
12
+
5
13
## 5.0.0 (30/10/2015)
6
14
7
15
### New features
Original file line number Diff line number Diff line change 9
9
; ; Bozhidar Batsov <[email protected] >
10
10
; ; URL: http://github.com/clojure-emacs/clojure-mode
11
11
; ; Keywords: languages clojure clojurescript lisp
12
- ; ; Version: 5.0.1-cvs
12
+ ; ; Version: 5.0.1
13
13
; ; Package-Requires: ((emacs "24.3"))
14
14
15
15
; ; This file is not part of GNU Emacs.
77
77
:link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
78
78
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
79
79
80
- (defconst clojure-mode-version " 5.0.1-snapshot "
80
+ (defconst clojure-mode-version " 5.0.1"
81
81
" The current version of `clojure-mode' ." )
82
82
83
83
(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments