# CHANGELOG

## [0.2.0] - 2021-03-15
### Added
 * Enabled reading of classes with custom writeObject methods
 * Add FromValue trait for conversion to Rust structs
### Other changes
 * Remove Cargo.lock file - I think this is ignored for libraries anyway
### Breaking changes
 * PrimitiveType::Char now holds a `char` instead of `[u8; 2]`
## [0.1.1] - 2021-02-20
### Removed
 * Binary/executable - it was included in initial release by mistake and
   gave an error when run.

## [0.1.0] - 2021-02-12
Initial Release
