# Change Log ## 0.5.4 - 2023-04-26 ### Enhancements: - Add ThinSentinel implementation for raw pointers - Small ThinVec optimization ## 0.5.3 - 2018-10-30 ### Bug Fixes: - Fix appending an empty ThinVec to another ## 0.5.2 - 2018-10-29 ### Bug Fixes: - Fix zero-length slices from ThinVec ## 0.5.1 - 2018-10-29 ### Enhancements: - Allow ThinVec::transmute to use non-Copy types. ## 0.5.0 - 2018-10-28 - Alternative implementations for vector, map and set that are faster/smaller for some use cases. Initial release.