summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-08-08 11:17:09 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-08-08 11:17:09 +0300
commiteabf404487df32dd73fd11a83d8b90a916b6c420 (patch)
treee61ba954835a94abb4cb01221747a93121975bca
parente82ad25fe3244c90050a4c7b19459c6e3a097641 (diff)
Minor presentation changes
-rw-r--r--CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c6c659c..5bfe3c8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,12 +18,12 @@ simpler to gain understanding of what you're using.
the type of the request (eval, clone etc.). The following functions
were renamed:
- nrepl-send-string -> nrepl-request:eval
- nrepl-send-string-sync -> nrepl-sync-request:eval
- nrepl-send-interrupt -> nrepl-request:interrupt
- nrepl-send-stdin -> nrepl-request:stdin
- nrepl-describe-session -> nrepl-request:describe
- nrepl-create-client-session -> nrepl-request:clone
+ `nrepl-send-string` -> `nrepl-request:eval`
+ `nrepl-send-string-sync` -> `nrepl-sync-request:eval`
+ `nrepl-send-interrupt` -> `nrepl-request:interrupt`
+ `nrepl-send-stdin` -> `nrepl-request:stdin`
+ `nrepl-describe-session` -> `nrepl-request:describe`
+ `nrepl-create-client-session` -> `nrepl-request:clone`
## 0.7.0 / 2014-08-05