File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ##Version 0.6.2
4+
5+ * Fixed list serialization
6+ * Added support for parcelable array serialization
7+ * Added support for string list serization
8+ * Added inheritance support
9+
310##Version 0.6
411
512* CREATOR is now final - proguard will not touch it now
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ Just press **ALT + Insert** (or your equivalent keybinding for code generation)
4646## License
4747
4848```
49- Copyright (C) 2014 Michał Charmas (http://blog.charmas.pl)
50- Copyright (C) 2014 Dallas Gutauckis (http://dallasgutauckis.com)
49+ Copyright (C) 2015 Michał Charmas (http://blog.charmas.pl)
50+ Copyright (C) 2015 Dallas Gutauckis (http://dallasgutauckis.com)
5151
5252Licensed under the Apache License, Version 2.0 (the "License");
5353you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments