# 1.0.3
- Patched issue parsing windows newlines when using `YesDocParser.from_string(...)`.
- Tabs are considered whitespace except when within literal spans.
- Added tests to catch regressions for these changes.
# 1.0.2
- Space-delimited parsing now consumes trailing blank characters correctly after parsing a keyvalue.
- Added test for the above case.
- Added `fmt::Display` trait for `Element` struct which provides `ToString`. Added a test for this feature.
- Ran `rustup upgrade` to use latest toolchain.
# 1.0.1
- Forgot to checkin an updated cargo toml with more information.
# 1.0.0
- Initial release