From ad72844459c9f6c395732f6b4063723f46dac57f Mon Sep 17 00:00:00 2001 From: Russell Spitzer Date: Mon, 12 Jun 2017 14:41:12 -0700 Subject: [PATCH] Prepare for 1.6.7 relaese * Protect against overflows in Size Estimates (SPARKC-492) * Confirm truncation with datasource writes (SPARKC-472) --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 9863899bd..40668cf13 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +1.6.7 +* Protect against overflows in Size Estimates (SPARKC-492) +* Confirm truncation with datasource writes (SPARKC-472) + 1.6.6 * Allow Writes to Static Columns and Partition Keys (SPARKC-470) * SessionProxy Should Proxy all Runtime Interfaces (SPARKC-476)