-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
41 lines (26 loc) · 886 Bytes
/
CHANGELOG
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
==========
Changlelog
==========
0.5.4 (2009-05-01)
------------------
* added json converter with tests
BUG FIX: Tuple conversion broke if too many items were supplied..
0.5.3 (2009-01-22)
------------------
Reverting previous fix.. convert should leave None along in both directions.
0.5.2 (2009-01-17)
------------------
BUG FIX: string converters ``from_type``s were returning None - should always
be an empty string
BUG FIX: string converters ``to_type``s were checking for None - they should
expect an empty string for an none representation
0.5.1 (2009-01-06)
------------------
!! API CHANGES !!
* fromType becomes from_type
* toType becomes to_type
Cleaned up repo and fixed bad style in some method attributes and method names
* Added files recommended by pypi including license
0.5 (2009-01-05)
----------------
NOTE: First External Release