aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 69eddacc..78d02b9a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,9 @@ General
* id_abbrev method has been removed as it could not assure the returned short SHA's
where unique
* removed basename method from Objects with path's as it replicated features of os.path
+* from_string and list_from_string methods are now private and were renamed to
+ _from_string and _list_from_string respectively. As part of the private API, they
+ may change without prior notice.
objects Package
----------------