CHANGELOG.md in phlex-1.7.2 vs CHANGELOG.md in phlex-1.8.0

- old
+ new

@@ -1,9 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.7.0 +## [1.8.0] 2024-04-19 + +### Changed + +- Support `Integer` and `Float` attribute values, and fall back to calling `to_str` on other objects. + +## [1.7.0] 2024-04-18 ### Added - Experimental Smart chunking.