Skip to content

Commit

Permalink
Updated changelog and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharmas committed Jun 3, 2015
1 parent 7e440c0 commit ed991ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

##Version 0.6.2

* Fixed list serialization
* Added support for parcelable array serialization
* Added support for string list serization
* Added inheritance support

##Version 0.6

* CREATOR is now final - proguard will not touch it now
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Just press **ALT + Insert** (or your equivalent keybinding for code generation)
## License

```
Copyright (C) 2014 Michał Charmas (http://blog.charmas.pl)
Copyright (C) 2014 Dallas Gutauckis (http://dallasgutauckis.com)
Copyright (C) 2015 Michał Charmas (http://blog.charmas.pl)
Copyright (C) 2015 Dallas Gutauckis (http://dallasgutauckis.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit ed991ed

Please sign in to comment.