Skip to content

Commit

Permalink
[DOP-16967] Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 2, 2024
1 parent bbd92f9 commit b4ba372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.0.2 (2024-10-02)

* Allow writing ``ArrayType(TimestampType())` Spark column as Clickhouse's `Array(DateTime64(6))`.
* Allow writing ``ArrayType(ShortType())` Spark column as Clickhouse's `Array(Int16)`.
* Allow writing `ArrayType(TimestampType())` Spark column as Clickhouse's `Array(DateTime64(6))`.
* Allow writing `ArrayType(ShortType())` Spark column as Clickhouse's `Array(Int16)`.

## 0.0.1 (2024-10-01)

Expand Down

0 comments on commit b4ba372

Please sign in to comment.