summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-13 17:36:27 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-13 17:36:27 +0200
commit86fa577e135713e56b287169d69d976cde27ac97 (patch)
tree8c87b3d9651acdd1a79295ce0263317e70bf4e08 /CHANGES
parenta58a60ac5f322eb4bfd38741469ff21b5a33d2d5 (diff)
downloadgitpython-86fa577e135713e56b287169d69d976cde27ac97.tar.gz
tree: renamed content_from_string to _from_string to make it private. Removed tests that were testing that method
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ea98b587..72cd6102 100644
--- a/CHANGES
+++ b/CHANGES
@@ -52,6 +52,7 @@ Tree
* added blobs and trees properties allowing to query the respective items in the
tree
* now mimics behaviour of a read-only list instead of a dict to maintain order.
+* content_from_string method is now private and not part of the public API anymore
0.1.6
=====