summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-08-03 06:36:43 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-08-03 06:37:58 +0200
commit5d4d70844417bf484ca917326393ca31ff0d22bc (patch)
tree2759a9cd05bcacbe58498fa923948b91bef33809
parente866c4a9897572a550f8ec13b53f6665754050cc (diff)
downloadgitpython-5d4d70844417bf484ca917326393ca31ff0d22bc.tar.gz
chore(version-up): v2.0.82.0.8
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst10
2 files changed, 9 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index f752945d..815e68dd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.8dev0
+2.0.8
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
====================