From 104551a0f71f86ae9b4d77d4a3246365c6d39a75 Mon Sep 17 00:00:00 2001 From: Johann Tuffe Date: Thu, 23 Mar 2017 10:14:08 +0800 Subject: [PATCH] update changelog --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 ...