File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
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+
513## 5.0.0 (30/10/2015)
614
715### New features
Original file line number Diff line number Diff line change 99; ; Bozhidar Batsov <bozhidar@batsov.com>
1010; ; URL: http://github.com/clojure-emacs/clojure-mode
1111; ; Keywords: languages clojure clojurescript lisp
12- ; ; Version: 5.0.1-cvs
12+ ; ; Version: 5.0.1
1313; ; Package-Requires: ((emacs "24.3"))
1414
1515; ; This file is not part of GNU Emacs.
7777 :link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
7878 :link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
7979
80- (defconst clojure-mode-version " 5.0.1-snapshot "
80+ (defconst clojure-mode-version " 5.0.1"
8181 " The current version of `clojure-mode' ." )
8282
8383(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments