diff options
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | client/changes/bug_4417_default-encoding-to-utf8 | 1 | ||||
| -rw-r--r-- | client/changes/bug_open-db-in-autocommit-mode | 2 | 
3 files changed, 6 insertions, 3 deletions
| @@ -1,3 +1,9 @@ +0.4.3 Nov 15: +  o Defaults detected encoding to utf-8 to avoid bug if detected +    encoding is None. Closes: #4417 +  o Open db in autocommit mode, to avoid nested transactions problems. +    Closes: #4400 +  0.4.2 Nov 1:  Client:    o Support non-ascii passwords. Closes #4001. diff --git a/client/changes/bug_4417_default-encoding-to-utf8 b/client/changes/bug_4417_default-encoding-to-utf8 deleted file mode 100644 index 6801b766..00000000 --- a/client/changes/bug_4417_default-encoding-to-utf8 +++ /dev/null @@ -1 +0,0 @@ -  o Defaults detected encoding to utf-8 to avoid bug if detected encoding is None. Closes: #4417 diff --git a/client/changes/bug_open-db-in-autocommit-mode b/client/changes/bug_open-db-in-autocommit-mode deleted file mode 100644 index 26edd5a9..00000000 --- a/client/changes/bug_open-db-in-autocommit-mode +++ /dev/null @@ -1,2 +0,0 @@ -  o Open db in autocommit mode, to avoid nested transactions problems. -    Closes: #4400 | 
