Changes
- Reorganize deserialization modules ([30](https://github.com/ron-rs/ron/pull/30))
- Rework deserializer not to require `pom` crate [27](https://github.com/ron-rs/ron/pull/27), ([#38](https://github.com/ron-rs/ron/pull/38))
- Dual license under Apache 2.0 and MIT ([26](https://github.com/ron-rs/ron/pull/26))
Fixes
- Use CRLF for serializatio on Windows ([32](https://github.com/ron-rs/ron/pull/32))
- Fix bors-ng to work with travis ([31](https://github.com/ron-rs/ron/pull/31))
- Handle escapes ([23](https://github.com/ron-rs/ron/pull/23))
Additions
- Improve error reporting ([29](https://github.com/ron-rs/ron/pull/29))
- Allow decoding of comments ([28](https://github.com/ron-rs/ron/pull/28))
- Add `pretty` option to serializer ([25](https://github.com/ron-rs/ron/pull/25))
- Add roundtrip tests ([24](https://github.com/ron-rs/ron/pull/24))