diff options
author | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2009-11-01 10:27:43 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2009-11-01 10:27:43 +0000 |
commit | 26611dabfea24bd4b51617c14d7f939c609c5260 (patch) | |
tree | 26faecd55bac275ecdcdbf755cc7960d5d79b732 /changelog | |
parent | 5da8b06b2c3f5520e7fc505eb8eb34f79688ebc1 (diff) |
fix lack of recursive deserialization of maps
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ Version 2.6.1: - * Fix bug in disconnected signal/exception handling (Spotted by Serkan Kaba - <serkan_kaba -at- yahoo -dot- com>) + * Fix bug in disconnected signal/exception handling (Spotted by Serkan Kaba + <serkan_kaba -at- yahoo -dot- com>) * Fix bug in empty signals (Spotted by Daniel Wagner <Daniel -dot- Wagner -at- bmw-carit -dot- de>) + * Fix bug in maps containing complex types (Spotted by Tim Court <tim -dot- + court -at- venture3systems -dot- com> Version 2.6: |