Repository: avro Updated Branches: refs/heads/branch-1.8 338b443f0 -> d9017ce76
AVRO-1885: Update CHANGES.txt for 1.8.2 release. Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/c693f54f Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/c693f54f Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/c693f54f Branch: refs/heads/branch-1.8 Commit: c693f54f185c5b3f4a7314f1749693da4ce3b299 Parents: 338b443 Author: Ryan Blue <[email protected]> Authored: Sat Nov 5 13:31:36 2016 -0700 Committer: Ryan Blue <[email protected]> Committed: Sat Nov 5 13:32:01 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/c693f54f/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 074fbfb..8985842 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Avro Change Log -Trunk (not yet released) +Avro 1.8.2 (5 November 2016) INCOMPATIBLE CHANGES @@ -23,6 +23,9 @@ Trunk (not yet released) AVRO-1889: Update maven-shade-plugin to enable building in Java 8 on Mac. (Sachin Goyal via blue) + AVRO-1895. Java: Fix GenericData#deepCopy() to support logical types. + (cutting) + AVRO-1719: C++: Fix tests with Boost >= 1.59. (Romain Geissler via blue) AVRO-1879: Make conversions field static. (Michael Wong via blue)
