Skip to content

Commit 3522415

Browse files
committed
prepare for release
1 parent 1619ea6 commit 3522415

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
Changes
22
=======
33

4-
0.0.3 (2019-XX-XX)
4+
0.0.3 (2019-05-01)
55
------------------
66

7-
* FEATURE: LoggedFS-python can be used as a library in other Python software, enabling a user to specify callback functions on filesystem events. The relevant infrastructure is exported as ``loggedfs.loggedfs_notify``.
8-
* FEATURE: New programmable filter pipeline
7+
* FEATURE: LoggedFS-python can be used as a library in other Python software, enabling a user to specify callback functions on filesystem events. The relevant infrastructure is exported as ``loggedfs.loggedfs_notify``. See library example under ``docs``.
8+
* FEATURE: New programmable filter pipeline, see ``loggedfs.filter_field_class``, ``loggedfs.filter_item_class`` and ``loggedfs.filter_pipeline_class``
99
* FEATURE: New flag ``-b``, explicitly activating logging of read and write buffers
1010
* FEATURE: In "traditional" logging mode (not JSON), read and write buffers are also logged zlib-compressed and BASE64 encoded.
11+
* FEATURE: Convenience function for decoding logged buffers, see ``loggedfs.decode_buffer``
1112
* FIX: LoggedFS-python would have crashed if no XML configuration file had been specified.
12-
* FIX: Directory listing (``ls``) was broken.
13+
* FIX: **Directory listing (``ls``) was broken.**
1314
* FIX: Testing infrastructure did not catch all exceptions in tests.
15+
* FIX: Testing infrastructure did not handle timeouts on individual tests correctly.
1416

1517
0.0.2 (2019-04-23)
1618
------------------

0 commit comments

Comments
 (0)