summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.matthew.ath.cx>2007-11-29 13:21:12 +0000
committerMatthew Johnson <mjj29@hecate.matthew.ath.cx>2007-11-29 13:21:12 +0000
commitdde83b3513bd084d3aa0a478ff4b2ddd07524fcb (patch)
tree281d5e518facb3003057776468d81e5fa5f43fed /changelog
parentf3b7f95b313ad3f5c00d343438a19bf78d190bff (diff)
* Fix struct type parsing error (spotted by Gunnar Aastrand Grimnesv2.3.2
<gunnar -dot- grimnes -at- dfki -dot- de> and Frank Benoit <keinfarbton -at- googlemail -dot- com>) * Fix parsing of serializable classes * Anonymous SASL (needs testing)
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 22ffa65..90ce0ab 100644
--- a/changelog
+++ b/changelog
@@ -8,6 +8,11 @@ Version 2.3.2:
* Make Marshalling more verbose and descriptive in the presence of
mismatched parameter lists (suggested by Anibal Sanchez
<anibal -dot- sanchez -at- sunya -dot- com -dot- ar>)
+ * Fix struct type parsing error (spotted by Gunnar Aastrand Grimnes
+ <gunnar -dot- grimnes -at- dfki -dot- de> and Frank Benoit
+ <keinfarbton -at- googlemail -dot- com>)
+ * Fix parsing of serializable classes
+ * Anonymous SASL (needs testing)
Version 2.3.1: