diff options
author | Matthew Johnson <mjj29@adonis.trinhall.cam.ac.uk> | 2007-07-13 12:50:55 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@adonis.trinhall.cam.ac.uk> | 2007-07-13 12:50:55 +0100 |
commit | 9deb7e1bd86a08b81d3989201f0295f7ad78e0d6 (patch) | |
tree | 4c4ca848df76b0932b5bd1401c2d8b70fbe28dc8 /changelog | |
parent | 04d72d4603ca53e0de53d9c2a7a2e6c3cd32c6c5 (diff) |
+++ b/changelog
+ * Add test for arrays-of-structs
+ * Fix arrays-of-structs bug (spotted by Daniel Machado
+ <cdanielmachado -at- gmail -dot- com>)
+ * Fix bashism in Makefile
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Version 2.3: * Add Class-Path to jar manifests * Update documentation for nested classes * Documentation build fix + * Add test for arrays-of-structs + * Fix arrays-of-structs bug (spotted by Daniel Machado + <cdanielmachado -at- gmail -dot- com>) + * Fix bashism in Makefile Version 2.2: |