From 6cece57b88ba15fb689b3c8d66b633a287488198 Mon Sep 17 00:00:00 2001 From: Daniel Hochman Date: Thu, 20 Oct 2016 10:40:28 -0700 Subject: [PATCH] 1.6.0 (#170) --- docs/release_notes.rst | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 8efed1459..5811613a3 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,36 @@ Release Notes ============= +v1.6.0 +------ + +:date: 2016-10-20 + +This is a minor release, with some changes to BinaryAttribute handling and new options for configuration. + +BooleanAttribute now uses the native API type "B". BooleanAttribute is also compatible with the legacy BooleanAttributes +on read. On save, they will be rewritten with the native type. If you wish to avoid this behavior, you can continue +to use LegacyBooleanAttribute. LegacyBooleanAttribute is also forward compatible with native boolean +attributes to allow for migration. + +New features in this release: + +* Add support for native boolean attributes (#149) +* Parse legacy and native bool in legacy bool (#158) +* Allow override of settings from global configuration file (#147) + +Fixes in this release: + +* Serialize UnicodeSetAttributes correctly (#151) +* Make update_item respect attr_name differences (#160) + +Contributors to this release: + +* @anandswaminathan +* @jmphilli +* @lita + + v1.5.3 ------ @@ -10,7 +40,7 @@ This is a backwards compatible, minor release. Fixes in this release: -* introduce concept of page_size, separate from num items returned limit (#139) +* Introduce concept of page_size, separate from num items returned limit (#139) Contributors to this release: