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.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index d820c8ca..74692955 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -21,15 +21,11 @@ Changelog
* ``create(...)`` method now supports the reflog, but will not raise ``GitCommandError`` anymore as it is a pure python implementation now. Instead, it raises ``OSError``.
- * **Intrusive Changes** to ``Actor`` type
-
- * the *name* field is now using unicode if ascii does not match
-
* **Intrusive Changes** to ``Repo`` type
- * ``create_head(...)`` method does not support **kwargs anymore, instead it supports a logmsg parameter
+ * ``create_head(...)`` method does not support kwargs anymore, instead it supports a logmsg parameter
-* Repo.rev_parse now supports the [ref]@{n} syntax, where n is the number of steps to look into the reference's past
+* Repo.rev_parse now supports the [ref]@{n} syntax, where *n* is the number of steps to look into the reference's past
* **BugFixes**