Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
494860850d
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      NEWS

+ 18 - 0
NEWS

@@ -1,3 +1,21 @@
+0.3.1	2009-05-13
+
+ FEATURES
+
+  * Implemented Repo.__getitem__, Repo.__setitem__ and Repo.__delitem__ to 
+    access content.
+
+ API CHANGES
+
+  * Removed Repo.set_ref, Repo.remove_ref, Repo.tags, Repo.get_refs and 
+    Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
+	refs.
+
+ BUG FIXES
+
+  * Removed import of 'sha' module in objects.py, which was causing 
+    deprecation warnings on Python 2.6.
+
 0.3.0	2009-05-10
 
  FEATURES