summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-06-18 21:33:18 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-06-20 11:07:22 +0200
commit55a579f56a05d945e6ce5764002d2cadafa581eb (patch)
treecf786a4c361f4d60c295d723601358ed96bb6a76 /CHANGELOG.md
parent44549df326c3bb1479c4beabd2af30e661d32fff (diff)
Document "Method code too large!" fix.
Fixes #1699
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af5f7403..75e29cc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@
### Bugs Fixed
+* [#1699](https://github.com/clojure-emacs/cider/issues/1699): Fix "Method code too large!" error that occurred during instrumentation for debugging.
* [#1987](https://github.com/clojure-emacs/cider/issues/1987): Fix: Update faces when disabling a theme
* [#1962](https://github.com/clojure-emacs/cider/issues/1962): Fix performance in fringe overlay placement.
* [#1947](https://github.com/clojure-emacs/cider/issues/1947): Fix error on `cider-jack-in` when `enlighten-mode` is enabled.