File: CHANGES.rst

package info (click to toggle)
xmlmarshaller 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: python: 559; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
History
=======

1.0.1 (2018-11-12)
------------------

- Fix changelog.

1.0 (2018-11-12)
----------------

- Stop distinguish unicode and bytes and always return 'str'

0.10 (2018-09-12)
-----------------

- Add support for Python 3

0.9.7 (2010-10-30)
------------------

- Enhance egg folder structure
  [nicolas Delaby]
- Improve tests
  [nicolas Delaby]
- add XSD Schema
  [nicolas Delaby]

0.9.6 (2010-10-12)
------------------

- [fix] Support boolean transformation
  [Nicolas Delaby]

0.9.5 (2010-09-01)
------------------

- [fix] Formatting of documentation
  [Lukasz Nowak]

0.9.4 (2010-09-01)
------------------

- [fix] Instances are now correctly unmarshalled.
  [Cedric de Saint Martin]