summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-05-06 18:53:59 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-05-06 18:53:59 +0200
commit7ae36c3e019a5cc16924d1b6007774bfb625036f (patch)
tree52ad2a3cd8187c42a3a02d6b08dda9493a23042b /doc/source
parentacf5e6ea64a2f24117f1d419c208ed1c38c43690 (diff)
downloadgitpython-7ae36c3e019a5cc16924d1b6007774bfb625036f.tar.gz
Started to fix imports - tests still have no chance to work as database changed drastically. Now the actual work begins
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index da349c50..6d09f144 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -4,13 +4,22 @@ Changelog
NEXT
====
+* ### Class Renames ###
+
+ * Renamed **GitCmdObjectDB** to **CmdGitDB** (analogue to **PureCmdDB**)
+
* ### Interface Changes ###
+
* SymbolicReference
+
* object_binsha property added
-* Blob Type
- * Added mode constants to ease the manual creation of blobs
+
+ * Blob Type
+
+ * Added mode constants to ease the manual creation of blobs
* ### Module Changes ###
+
* Removed rev_parse function from git.repo.fun - the respective functionality is available only through the repository's rev_parse method, which might in turn translate to any implementation.
0.3.1 Beta 2