diff --git a/Changelog.md b/Changelog.md index 72c73649..bd76ad05 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,13 @@ - test: Adding missing tests - chore: Changes to the build process or auxiliary tools/libraries/documentation +## master +- fix: extend appveyor paths to be able to use curl +- refactor: update deps +- fix: extract richtext reading from `read_shared_strings` to `read_string`, +and use for inlineStr instead of `read_inline_str` +- style: rustfmt + ## 0.6.0 - refactor: bump dependencies - refactor: move from rust-encoding to encoding_rs (faster), loses some decoders ...