File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11## Suitcase Change Log
22
3+ ### 0.10 / 2016-10-2016
4+
5+ [ Full Changelog] ( https://github.com/digidotcom/python-suitcase/compare/0.9...0.10 )
6+
7+ Bugfixes:
8+
9+ * [ Fixed 0-length Field Arrays] ( https://github.com/digidotcom/python-suitcase/issues/24 )
10+
11+ Enhancements:
12+
13+ * Supported was added for conditional SubstructureFields
14+ * On error, original stack trace is now saved properly
15+ * FieldArrays size can be specified in terms of number of elements
16+ instead of a length provider (in bytes).
17+ * ` dir() ` method now works as expected on Field instances
18+ * Fields may now be constructed by providing keyword arguments to
19+ the constructor. This eliminates the need to assign each field
20+ explicitly.
21+
22+ Other Changes:
23+
24+ * Python 3.2 support has been dropped
25+
326### 0.9 / 2015-11-12
427[ Full Changelog] ( https://github.com/digidotcom/python-suitcase/compare/0.8...0.9 )
528
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def get_long_description():
4040
4141setup (
4242 name = 'suitcase' ,
43- version = '0.9 ' ,
43+ version = '0.10 ' ,
4444 url = "https://github.com/digidotcom/python-suitcase" ,
4545 description = 'A library for specifying/parsing/packing binary protocols' ,
4646 long_description = get_long_description (),
You can’t perform that action at this time.
0 commit comments