We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent472cfae commitee45ad1Copy full SHA for ee45ad1
docs/changelog.rst
@@ -5,6 +5,22 @@ Change log
5
==========
6
7
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
24
Release 0.2 (2014-04-23)
25
========================
26