From eb50d536f7bea1d7d26c8ea80e096acf9afedcf4 Mon Sep 17 00:00:00 2001 From: jreighley Date: Thu, 13 Jun 2019 09:49:14 -0700 Subject: [PATCH] Correct beta release date. beta appears to have been released May 24, not June 24th. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8571d6d..2b48ef6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ I also wanted `datafy`/`nav` support baked right in (it was added to `clojure.ja As `next.jdbc` moved from alpha to beta, the last breaking change was made (renaming `reducible!` to `plan`) and the API should now be considered stable. Only accretive and fixative changes will be made from now on. -After a month of alpha builds being available for testing, the first beta build was released on June 24th, 2019. A [release candidate build is currently available on Clojars](https://clojars.org/seancorfield/next.jdbc) (as of 2019-06-04). In addition to the small, core API in `next.jdbc`, there are "syntactic sugar" SQL functions (`insert!`, `query`, `update!`, and `delete!`) available in `next.jdbc.sql` that are similar to the main API in `clojure.java.jdbc`. See [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md) for more detail about the differences. +After a month of alpha builds being available for testing, the first beta build was released on May 24th, 2019. A [release candidate build is currently available on Clojars](https://clojars.org/seancorfield/next.jdbc) (as of 2019-06-04). In addition to the small, core API in `next.jdbc`, there are "syntactic sugar" SQL functions (`insert!`, `query`, `update!`, and `delete!`) available in `next.jdbc.sql` that are similar to the main API in `clojure.java.jdbc`. See [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md) for more detail about the differences. ## Usage