summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-10-23 15:39:02 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-10-23 15:39:02 +0300
commit9db026e2980516012ecac3c1a53e29aa6a66fff3 (patch)
treea09bfdabefea32d58d6123e087d718d7c76aeb6a /CHANGELOG.md
parentbdd4f7eb632b90b8bcd877f209f38b105046d56f (diff)
[Fix #393] Detect properly ns forms
ns forms are always evaluated in the "user" namespace. Unfortunately the code that was checking for namespace forms was flawed and considered ns forms anything with "(ns ..." in it.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4f64515..d88b34f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,16 @@
* `cider-repl-set-ns` can now be invoked in the REPL.
* The content of `.nrepl-port`, if present, will be used as the
default port for <kbd>M-x nrepl</kbd>. This is in addition to `target/repl-port`.
-
+
### Changes
* Renamed package to CIDER.
* Renamed `cider-interaction-mode` to `cider-mode`.
+### Bugs fixed
+
+* [#393](https://github.com/clojure-emacs/cider/issues/393) - Error when evaluating strings with a namespace declaration in them.
+
## 0.2.0 / 2013-10-10
### New features