summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-10 07:06:32 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-10 07:06:32 -0700
commit7459b3e75d8c4dab2dec3262b0edfd1daf01d234 (patch)
treea4574c3dccca6ff5210590e9d0c1a9f52dc29718 /CHANGELOG.md
parent7efd6f592526b640c18afdab69a80f008a2723f6 (diff)
Reorder the changelog for the latest version a bit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cfdcf58..35227f27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,6 @@
## master (unreleased)
-### Bugs fixed
-
-* [cider-nrepl#329](https://github.com/clojure-emacs/cider-nrepl/pull/329): Fix error instrumenting functions that call clojure.tools.logging.
-* [#1632](https://github.com/clojure-emacs/cider/pull/1632): Redefining a function correctly updates eldoc.
-* [#1630](https://github.com/clojure-emacs/cider/pull/1630): The debugger no longer gets confused inside `@` redefs.
-* [#1599](https://github.com/clojure-emacs/cider/pull/1599): Don't error when test makes 0 assertions.
-* [#1563](https://github.com/clojure-emacs/cider/issues/1563): Handle invalid regular expressions in apropos.
-* [#1625](https://github.com/clojure-emacs/cider/issues/1625): Display a more meaningful message when running
-an individual test using `C-c C-t t`.
-* Fix buffer closing in `cider-close-ancillary-buffers`.
-* Dynamic font-locking is also refreshed when a file's namespace depends on a namespace that was changed, so the traced-face should be immediately updated even on functions from another namespace.
-* [#1656](https://github.com/clojure-emacs/cider/issues/1656): Apply ansi colors to output when doing eval and print.
-
### New Features
* Var docstrings are automatically displayed in mouse-over tooltips.
@@ -40,6 +27,19 @@ an individual test using `C-c C-t t`.
* Remove the warning about missing nREPl ops.
* [#1420](https://github.com/clojure-emacs/cider/issues/1420): Show stacktrace buffers for sync requests errors.
+### Bugs fixed
+
+* [cider-nrepl#329](https://github.com/clojure-emacs/cider-nrepl/pull/329): Fix error instrumenting functions that call clojure.tools.logging.
+* [#1632](https://github.com/clojure-emacs/cider/pull/1632): Redefining a function correctly updates eldoc.
+* [#1630](https://github.com/clojure-emacs/cider/pull/1630): The debugger no longer gets confused inside `@` redefs.
+* [#1599](https://github.com/clojure-emacs/cider/pull/1599): Don't error when test makes 0 assertions.
+* [#1563](https://github.com/clojure-emacs/cider/issues/1563): Handle invalid regular expressions in apropos.
+* [#1625](https://github.com/clojure-emacs/cider/issues/1625): Display a more meaningful message when running
+an individual test using `C-c C-t t`.
+* Fix buffer closing in `cider-close-ancillary-buffers`.
+* Dynamic font-locking is also refreshed when a file's namespace depends on a namespace that was changed, so the traced-face should be immediately updated even on functions from another namespace.
+* [#1656](https://github.com/clojure-emacs/cider/issues/1656): Apply ansi colors to output when doing eval and print.
+
## 0.11.0 (2016-03-03)
### New features