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.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 9f8ebb51..bba538be 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,11 +2,17 @@
Changelog
=========
-2.0.8 - Bugfixes
-================
+2.0.8 - Features and Bugfixes
+=============================
* `DiffIndex.iter_change_type(...)` produces better results when diffing
an index against the working tree.
+* `Repo().is_dirty(...)` now supports the `path` parameter, to specify a single
+ path by which to filter the output. Similar to `git status <path>`
+* Symbolic refs created by this library will now be written with a newline
+ character, which was previously missing.
+* `blame()` now properly preserves multi-line commit messages.
+* No longer corrupt ref-logs by writing multi-line comments into them.
2.0.7 - New Features
====================