Skip to content

Commit 49a2a68

Browse files
author
Bozhidar Batsov
committed
Release 4.0
1 parent 69035ea commit 49a2a68

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## master (unreleased)
44

5+
## 4.0.0 (12/12/2014)
6+
57
### Changes
68

79
* Removed `inferior-lisp` integration in favor of `inf-clojure`.
810
* Indented the body of `cond` with 2 spaces.
911
* Removed special indentation settings for `defstruct`, `struct-map` and `assoc`.
10-
* Added special indentation settings for `->`, `->>`, `cond->` and `cond->>`.
12+
* Added special indentation settings for `->`, `->>`, `cond->`, `cond->>`, `some->` and `some->>`.
1113

1214
## 3.0.1 (24/11/2014)
1315

clojure-mode.el

Lines changed: 2 additions & 2 deletions
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: 4.0.0-cvs
12+
;; Version: 4.0.0
1313
;; Package-Requires: ((emacs "24.1"))
1414

1515
;; This file is not part of GNU Emacs.
@@ -83,7 +83,7 @@
8383
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
8484
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
8585

86-
(defconst clojure-mode-version "4.0.0-snapshot"
86+
(defconst clojure-mode-version "4.0.0"
8787
"The current version of `clojure-mode'.")
8888

8989
(defface clojure-keyword-face

0 commit comments

Comments
 (0)