Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.53 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

1.0.6 - 2021-11-05

Features

  • Add FromStr

1.0.5 - 2021-09-24

Features

  • Add max_inline feature which is slower for smaller strings but faster for intermediate-length strings
  • Added arc feature which is slower for smaller strings but, presumably, faster for large-enough strings

Fixes

  • Ensure the size of KString matches String on 32-bit systems

1.0.4 - 2021-07-09

Features

  • Add missing impl From<&String> for KString

1.0.3 - 2021-07-08

Performance

  • Sped up KString::clone()

1.0.2 - 2021-07-06

Features

  • serde support is now optional (still on by default)

Performance

  • Sped up KString::from_string / KStringCow::from_string

1.0.1 - 2021-01-29

[1.0.0] - 2020-07-07