From d2fed3d61c7e95d31da238a8f0f31e5ef8599a37 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 25 Aug 2016 16:18:23 -0700 Subject: [PATCH] Update CHANGES and NEWS --- CHANGES | 3 +++ NEWS | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/CHANGES b/CHANGES index b7cdd075f7..139a9c9f58 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ * 0.135 - Add ThreadLocalCache +- Upgrade to Jackson 2.8.1 +- Extract units to a standalone project +- Prevent self-supression in Closeables * 0.134 diff --git a/NEWS b/NEWS index e12c7ea9ff..3d29b1af36 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Airlift 0.135 + +* Units + +The units module has been extracted into a separate, standalone +project. The Maven groupId and artifactId are the same, with the +version updated to 1.0. + +* Upgrade to Jackson 2.8.1 + +Airlift 0.134 + +Minor maintenance release. See CHANGES. + +Airlift 0.133 + +Minor maintenance release. See CHANGES. + +Airlift 0.132 + +Minor maintenance release. See CHANGES. + Airlift 0.131 Minor maintenance release. See CHANGES.