summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-14 19:46:24 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-14 19:46:24 +0200
commit832b56394b079c9f6e4c777934447a9e224facfe (patch)
tree5f795bededdc1efe13902f2f77b9b7771d98d597 /CHANGES
parentc5df44408218003eb49e3b8fc94329c5e8b46c7d (diff)
downloadgitpython-832b56394b079c9f6e4c777934447a9e224facfe.tar.gz
Refs are now truly dynamic - this costs a little bit of (persistent command) work, but assures refs behave as expected
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 001213d0..61172343 100644
--- a/CHANGES
+++ b/CHANGES
@@ -63,6 +63,12 @@ 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
+Refs
+----
+* Will dynmically retrieve their object at the time of query to assure the information
+ is actual. Recently objects would be cached, hence ref object not be safely kept
+ persistent.
+
0.1.6
=====