File tree 1 file changed +31
-1
lines changed
1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v1.6.0
5
+ ------
6
+
7
+ :date: 2016-10-20
8
+
9
+ This is a minor release, with some changes to BinaryAttribute handling and new options for configuration.
10
+
11
+ BooleanAttribute now uses the native API type "B". BooleanAttribute is also compatible with the legacy BooleanAttributes
12
+ on read. On save, they will be rewritten with the native type. If you wish to avoid this behavior, you can continue
13
+ to use LegacyBooleanAttribute. LegacyBooleanAttribute is also forward compatible with native boolean
14
+ attributes to allow for migration.
15
+
16
+ New features in this release:
17
+
18
+ * Add support for native boolean attributes (#149)
19
+ * Parse legacy and native bool in legacy bool (#158)
20
+ * Allow override of settings from global configuration file (#147)
21
+
22
+ Fixes in this release:
23
+
24
+ * Serialize UnicodeSetAttributes correctly (#151)
25
+ * Make update_item respect attr_name differences (#160)
26
+
27
+ Contributors to this release:
28
+
29
+ * @anandswaminathan
30
+ * @jmphilli
31
+ * @lita
32
+
33
+
4
34
v1.5.3
5
35
------
6
36
@@ -10,7 +40,7 @@ This is a backwards compatible, minor release.
10
40
11
41
Fixes in this release:
12
42
13
- * introduce concept of page_size, separate from num items returned limit (#139)
43
+ * Introduce concept of page_size, separate from num items returned limit (#139)
14
44
15
45
Contributors to this release:
16
46
You can’t perform that action at this time.
0 commit comments