diff --git a/CHANGELOG.md b/CHANGELOG.md index 4727e259..3d288a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ A preview of the next release can be installed from ## Unreleased +- Add `clojure.data.priority-map` as built-in library - this makes babashka compatible with [aysylu/loom](https://github.com/aysylu/loom) +- Add part of `clojure.tools.reader.reader-types` to support `hugsql.core` - [#1204](https://github.com/babashka/babashka/issues/1204) add property `babashka.config` to reflect `bb.edn` location ([@mknoszlig](https://github.com/mknoszlig)) +- SCI: implement `declare` as macro +- #938: drop location metadata from symbols, except top level +- #1199: support `print-method` impls on records ## 0.7.7 (2022-03-04) diff --git a/doc/projects.md b/doc/projects.md index 71622a0d..d136ed88 100644 --- a/doc/projects.md +++ b/doc/projects.md @@ -60,6 +60,8 @@ The following libraries and projects are known to work with babashka. - [markdown-clj](#markdown-clj) - [algo.monads](#algomonads) - [datalog-parser](#datalog-parser) + - [at-at](#at-at) + - [aysylu/loom](#aysyluloom) - [Pods](#pods) - [Projects](#projects-1) - [babashka-test-action](#babashka-test-action) @@ -802,6 +804,10 @@ Datalog parser that is compliant with datomic, datascript and datahike. Ahead-of-time function scheduler. Compatible with babashka 0.7.7+. +### [aysylu/loom](https://github.com/aysylu/loom) + +Graph library for Clojure. Compatible with babashka 0.7.8+. + ## Pods [Babashka pods](https://github.com/babashka/babashka.pods) are programs that can