From dbd3abc26505423026ff95cc23f33fb0fe026bd2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 1 May 2020 11:51:53 +0200 Subject: [PATCH] doc --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8d2a1bcc..b13f875f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,9 @@ ## v0.0.90 -- The `next.jdbc` and PostgresQL driver are no longer part of the standardly - distributed `bb` binary. This is now available behind a feature flag. See See - [feature flag +- The `next.jdbc` and PostgresQL driver, introduced in `v0.0.89`, are no longer + part of the standardly distributed `bb` binary. This is now available behind a + feature flag. See See [feature flag documentation](https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags). - [borkdude/babashka.curl#16](https://github.com/borkdude/babashka.curl/issues/16):