File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ Change log
55==========
66
77
8+ Release 0.3 (2014-09-01)
9+ ========================
10+
11+ * Added a comprehensive test suite and fixed several small bugs as a result
12+ (all to do with invalid file handling) (`#2 `_)
13+ * Added an mmap emulation to enable reading of massive files on 32-bit systems;
14+ the emulation is necessarily slower than "proper" mmap but that's the cost
15+ of staying on 32-bit! (`#6 `_)
16+ * Extended the warning and error hierarchy so that users of the library can
17+ fine tune exactly what warnings they want to consider errors (`#3 `_)
18+
19+ .. _#2 : https://github.com/waveform80/compoundfiles/issues/2
20+ .. _#3 : https://github.com/waveform80/compoundfiles/issues/3
21+ .. _#6 : https://github.com/waveform80/compoundfiles/issues/6
22+
23+
824Release 0.2 (2014-04-23)
925========================
1026
You can’t perform that action at this time.
0 commit comments