Skip to content

Commit

Permalink
1.6.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhochman authored Oct 20, 2016
1 parent a622263 commit 6cece57
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -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
------

Expand All @@ -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:

Expand Down

0 comments on commit 6cece57

Please sign in to comment.