Skip to content

Commit b6165d4

Browse files
author
Vadim Platonov
committed
changelog: update for 0.3.0
1 parent 0cda403 commit b6165d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
* `to-sql-date` converts anything convertible to `LocalDate` into a `java.sql.Date`.
88
Previously `to-sql-date` returned a `java.util.Date` (bug).
9+
* [#10](https://github.com/dm3/clojure.java-time/issues/10) `to-sql-timestamp`
10+
stopped accepting an instant and starting accepting local date time. I
11+
mistakenly assumed that `java.sql.Timestamp/from(Instant)` was deprecated.
912

1013
### New Features
1114

0 commit comments

Comments
 (0)