From 8b5fd047bd1c6fd33438e31062780084aca37dee Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Fri, 14 Sep 2018 00:17:49 -0700 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ee1d86b4..4b79710b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ #### Breaking -- Updated reply to 0.4.1 [#711][711] +- Updated reply to 0.4.1 [#711][711],[#703][703] - Updated nREPL to 0.4.5. The new nREPL has a new artefact coordinates (`nrepl/nrepl`) and a new namespace prefix (`clojure.tools.nrepl.` -> `nrepl.`). While the nREPL protocol is 100% compatible with that of @@ -20,6 +20,7 @@ using has been updated to target 0.4.x. You can find more details [702]: https://github.com/boot-clj/boot/pull/702 [703]: https://github.com/boot-clj/boot/pull/703 +[706]: https://github.com/boot-clj/boot/pull/706 [711]: https://github.com/boot-clj/boot/pull/711 [713]: https://github.com/boot-clj/boot/pull/713