diff --git a/CHANGELOG.md b/CHANGELOG.md index e412182d..69613299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,12 @@ and code contributions. Thanks to sponsors on ### New -- pREPL implementation [#664](https://github.com/borkdude/babashka/issues/664). See [docs](https://github.com/borkdude/babashka/blob/master/doc/repl.md#prepl). +- pREPL implementation + [#664](https://github.com/borkdude/babashka/issues/664). See + [docs](https://github.com/borkdude/babashka/blob/master/doc/repl.md#prepl). + The pREPL is used by NextJournal to expose a babashka [notebook + environment](http://nextjournal.com/try/babashka?cm6=1). +- [News page](doc/news.md) where you can follow the latest developments around babashka. - Expose `pprint/simple-dispatch` [#627](https://github.com/borkdude/babashka/issues/627) - Support nested libspecs [borkdude/sci#399](https://github.com/borkdude/sci/issues/399) - Add OracleDB feature flag [#638](https://github.com/borkdude/babashka/issues/638) ([@holyjak](https://github.com/holyjak)) diff --git a/doc/news.md b/doc/news.md index 40ed2e89..df2dd942 100644 --- a/doc/news.md +++ b/doc/news.md @@ -10,6 +10,9 @@ Twitter. Babashka [survey](https://nl.surveymonkey.com/r/H2HK3RC). Feedback will be used for future development. +- NextJournal released a babashka [notebook environment](http://nextjournal.com/try/babashka?cm6=1). +- [Interdep](https://github.com/rejoice-cljc/interdep) manages interdependent + dependencies using Clojure's tools.deps and babashka. - LA Clojure Meetup [presentation](https://youtu.be/RogyxI-GaGQ) by Nate Jones. Recorded in April 2020. - [Github action](https://github.com/turtlequeue/setup-babashka) for babashka by Nicolas Ha. - Oracle DB [feature flag](https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags) by Jakub Holy added.