forked from leplatrem/django-sizefield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
59 lines (35 loc) · 901 Bytes
/
CHANGES
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=========
CHANGELOG
=========
0.10 (unreleased)
=================
- Nothing changed yet.
0.9 (2015-11-12)
================
- Add support for unitless values (#13, thanks @megapctr)
0.8 (2015-10-04)
================
- Add support for Python3 (thanks @naxube)
0.7 (2015-03-13)
================
- Add Zetta and Yotta support (thanks @meteozond)
- Fix bug with big values (fixes #8, thanks @meteozond)
0.6 (2014-09-25)
================
- Add Exabytes support (thanks Matt Pritchard)
0.5 (2014-06-18)
================
- Fix template tag not support None values (fixes #4)
- Support comma notation for float values (fixes #5)
0.4 (2013-08-25)
================
- Complete refactor by @perez
0.3 (2013-06-08)
================
- South support by @meteozond
0.2 (2013-05-31)
================
- Petabytes support by @meteozond
0.1 (2011-01-04)
================
- Initial working version.