From 7a8e8a1b9d0ba3e926264136520606416984dea7 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 13 Dec 2020 20:42:43 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d014a419..4f5ff54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ For a list of breaking changes, check [here](#breaking-changes). ### New - Add `get-classpath` and `split-classpath` to `babashka.classpath` - namespace. [#670](https://github.com/borkdude/babashka/issues/670) + namespace. [#670](https://github.com/borkdude/babashka/issues/670). See + [docs](https://book.babashka.org/master.html#babashka_classpath). - Expose `add-deps` in `babashka.deps` [#677](https://github.com/borkdude/babashka/issues/677). See [docs](https://book.babashka.org/master.html#_add_deps).