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

- old
+ new

@@ -1,8 +1,14 @@ # 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.8.1] 2024-04-19 + +### Fixed + +- Rendering a component with a false `render?` predicate should return an empty String rather than `nil`. + ## [1.8.0] 2024-04-19 ### Changed - Support `Integer` and `Float` attribute values, and fall back to calling `to_str` on other objects.