summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0397a1e..d8bc939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
ChangeLog for logilab.common
============================
+ --
+ * adbh: changed backup / restore api (BREAKS COMPAT):
+ - backup_command is now backup_commands (eg return a list of commands)
+ - each command returned in backup_commands/restore_commands is now
+ a list that may be used as argument to subprocess.call
+ (XXX except for the mysql helper that still needs update)
+ * deprecation: deprecated now takes an optional 'stacklevel' argument, default to 2
+
2009-12-23 -- 0.46.0
* db / adbh: added SQL Server support using Pyodbc