summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0397a1e..ad58c71 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 may now
+ be list that may be used as argument to subprocess.call, or a string
+ which will the requires a subshell
+ * 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