summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSam Aaron <samaaron@gmail.com>2013-07-25 11:31:55 +0100
committerSam Aaron <samaaron@gmail.com>2013-07-25 12:35:32 +0100
commit8d0e64a8c751ecf6772b8609e355c241cfaf44ea (patch)
tree9e5cc9c2e78ee7ee490b3a17cfcb20092f6e5685 /CHANGELOG.md
parent6d158d2a10fe427613f80b9fa3c91c0f0d93ac51 (diff)
Always evaluate ns forms in the user namespace.
This allows ns forms to be interactively evaluated to create new namespaces without them having had to already exist through other means. This is something I almost always find myself doing in a live coding workflow.
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 8b664528..6b4dbac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* Evaluate all namespace forms `(ns ...)` in the user namespace.
* Add highlighting of compilation warnings in addition to existing highlighting of errors
* Add support for selecting last clojure source buffer with keybinding
<kbd>C-c C-z</kbd> (the same as `nrepl-switch-to-repl-buffer`).