|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.3.3 |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | +* #40(davidneu)/#61(puredanger): added/fixed deps.edn |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | +* #29(danieldroit): conversion graph construction edge case |
| 12 | +* #60(robdaemon): locales can mess up predefined-formatters |
| 13 | +* #51(jimpil): remove reflection during load - improves load time |
| 14 | + |
| 15 | +### Docs |
| 16 | + |
| 17 | +* #27(emlin) |
| 18 | +* #35(thobbs) |
| 19 | +* #36(holyjak) |
| 20 | +* #38(ProjectFrank) |
| 21 | +* #39(sashary) |
| 22 | +* #48(bpringe) |
| 23 | +* #56,#57(green-coder) |
| 24 | +* #63(vandr0iy) |
| 25 | +* #54,#31,#24 |
| 26 | + |
3 | 27 | ## 0.3.2
|
4 | 28 |
|
5 | 29 | ### New Features
|
|
23 | 47 |
|
24 | 48 | * `to-sql-date` converts anything convertible to `LocalDate` into a `java.sql.Date`.
|
25 | 49 | Previously `to-sql-date` returned a `java.util.Date` (bug).
|
26 | | -* [#10](https://github.com/dm3/clojure.java-time/issues/10) `to-sql-timestamp` |
| 50 | +* [#10](https://github.com/dm3/clojure.java-time/issues/10) `to-sql-timestamp` |
27 | 51 | stopped accepting an instant and starting accepting local date time. I
|
28 | 52 | mistakenly assumed that `java.sql.Timestamp/from(Instant)` was deprecated.
|
29 | 53 |
|
|
0 commit comments