Browse Source

Updated changelog.

See #861
pull/938/head
Christoph Strobl 5 years ago
parent
commit
29bee8ed60
  1. 11
      src/main/resources/changelog.txt

11
src/main/resources/changelog.txt

@ -1,6 +1,16 @@
Spring Data JDBC Changelog Spring Data JDBC Changelog
========================= =========================
Changes in version 2.0.7.RELEASE (2021-02-17)
---------------------------------------------
* DATAJDBC-642 - Update CI jobs with Docker Login.
* DATAJDBC-637 - Support nanosecond precision by converting to Timestamp instead of Date.
* #916 - Fixes Conditions.notIn() by using 'In.createNotIn()'.
* #911 - Fix documentation of callbacks.
* #904 - Update copyright year to 2021.
* #257 - Update repository after GitHub issues migration.
Changes in version 1.1.13.RELEASE (2021-02-17) Changes in version 1.1.13.RELEASE (2021-02-17)
---------------------------------------------- ----------------------------------------------
* #921 - The 1.1.x build is broken. * #921 - The 1.1.x build is broken.
@ -685,5 +695,6 @@ Changes in version 1.0.0.M1 (2018-02-06)

Loading…
Cancel
Save