diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc62f76..acdfcec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 5.7.0 (2018-04-29) + ### New features * Add imenu support for multimethods. @@ -17,6 +19,7 @@ ### Changes * Drop support for CLJX. +* Remove special font-locking of Java interop methods & constants: There is no semantic distinction between interop methods, constants and global vars in Clojure. ### Bugs fixed @@ -28,7 +31,6 @@ * [#429](https://github.com/clojure-emacs/clojure-mode/issues/429): Fix a bug causing last occurrence of expression sometimes is not replaced when using `move-to-let`. * [#423](https://github.com/clojure-emacs/clojure-mode/issues/423): Make `clojure-match-next-def` more robust against zero-arity def-like forms. * [#451](https://github.com/clojure-emacs/clojure-mode/issues/451): Make project root directory calculation customized by `clojure-project-root-function`. -* Stop distinctive font-locking of java interop methods & constants: There is no semantic distinction between interop methods, constants and global vars in clojure. * Fix namespace font-locking: namespaces may also contain non alphanumeric chars. diff --git a/clojure-mode.el b/clojure-mode.el index 0ee1e0b2..b5ddf79a 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -10,7 +10,7 @@ ;; Artur Malabarba ;; URL: http://github.com/clojure-emacs/clojure-mode ;; Keywords: languages clojure clojurescript lisp -;; Version: 5.7.0-snapshot +;; Version: 5.7.0 ;; Package-Requires: ((emacs "24.4")) ;; This file is not part of GNU Emacs. @@ -79,7 +79,7 @@ :link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode") :link '(emacs-commentary-link :tag "Commentary" "clojure-mode")) -(defconst clojure-mode-version "5.7.0-snapshot" +(defconst clojure-mode-version "5.7.0" "The current version of `clojure-mode'.") (defface clojure-keyword-face