Skip to content

Commit ee45ad1

Browse files
committed
Update changelog for 0.3
1 parent 472cfae commit ee45ad1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
824
Release 0.2 (2014-04-23)
925
========================
1026

0 commit comments

Comments
 (0)