Log addition of custom error type in change log

This commit is contained in:
Sebastian Schmidt 2019-03-23 15:30:54 +02:00
parent cba49f7bba
commit 1a733ccf63

View File

@ -7,6 +7,7 @@
* Add `serde` feature
* Implement `serde::de::Deserialize` for `Node`
* Document `serde` usage
* Add custom error type with a `String` message
### Removed