We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e866c4a commit 5d4d708Copy full SHA for 5d4d708
VERSION
@@ -1 +1 @@
1
-2.0.8dev0
+2.0.8
doc/source/changes.rst
@@ -2,11 +2,17 @@
2
Changelog
3
=========
4
5
-2.0.8 - Bugfixes
6
-================
+2.0.8 - Features and Bugfixes
+=============================
7
8
* `DiffIndex.iter_change_type(...)` produces better results when diffing
9
an index against the working tree.
10
+* `Repo().is_dirty(...)` now supports the `path` parameter, to specify a single
11
+ path by which to filter the output. Similar to `git status <path>`
12
+* Symbolic refs created by this library will now be written with a newline
13
+ character, which was previously missing.
14
+* `blame()` now properly preserves multi-line commit messages.
15
+* No longer corrupt ref-logs by writing multi-line comments into them.
16
17
2.0.7 - New Features
18
====================
0 commit comments