From 5d4d70844417bf484ca917326393ca31ff0d22bc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 3 Aug 2016 06:36:43 +0200 Subject: chore(version-up): v2.0.8 --- doc/source/changes.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/source') 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 ` +* 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 ==================== -- cgit v1.2.1