Skip to content

Commit ed991ed

Browse files
committed
Updated changelog and readme.
1 parent 7e440c0 commit ed991ed

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5252
Licensed under the Apache License, Version 2.0 (the "License");
5353
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)