summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 5b85e56a..52d70c0f 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,12 @@
Changelog
=========
+0.3.7 - Fixes
+=============
+* `IndexFile.add()` will now write the index without any extension data by default. However, you may override this behaviour with the new `write_extension_data` keyword argument.
+
+ - Renamed `ignore_tree_extension_data` keyword argument in `IndexFile.write(...)` to `ignore_extension_data`
+
0.3.6 - Features
================
* **DOCS**