diff --git a/CHANGES.txt b/CHANGES.txt index c8df78691..7193290d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +2.0.2 + * Protect against Size Estimate Overflows
(SPARKC-492) + * Add java.time classes support to converters and sparkSQL
(SPARKC-491) + * Allow Writes to Static Columnns and Partition Keys (SPARKC-470) + 2.0.1 * Refactor Custom Scan Method (SPARKC-481)