diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/tinystr/CHANGELOG.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/tinystr/CHANGELOG.md b/vendor/tinystr/CHANGELOG.md new file mode 100644 index 000000000..257012a4a --- /dev/null +++ b/vendor/tinystr/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## Unreleased + + - … + +## tinystr 0.3.4 (August 21, 2020) + + - Add `macros` feature which exposes `tinystr::macros`. + +## tinystr 0.3.3 (July 26, 2020) + + - Add `TinyStrAuto`. + - Add `no_std` feature. + +## tinystr 0.3.2 (October 28, 2019) + + - Add `from_bytes` method. + +## tinystr 0.3.1 (October 1, 2019) + + - Documentation. + +## tinystr 0.3.1 (October 1, 2019) + + - Documentation. + +## tinystr 0.3.0 (August 23, 2019) + + - Separate out `is_ascii_numeric`, `is_ascii_alphanumeric` and `is_ascii_alphabetic`. + +## tinystr 0.2.0 (August 16, 2019) + + - Add TinyStr16 + - Add to_ascii_titlecase specialization for all TinyStr* |