File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 1.7.0 - 2025-06-25
9+
10+ ### Added
11+
12+ - Add support for ` select ` and ` multi_select ` values in rollup properties (fixes #41 ).
13+
14+ ### Changed
15+
16+ - Blocks with children are now handled by the ` AbstractBlock ` class instead of specific block classes.
17+
18+ ### Fixed
19+
20+ - Fixed a deprecation warning in the test suite.
21+ - Fixed database queries failing when rollup fields contain select or multi-select values.
22+
823## 1.6.0 - 2025-04-14
924
1025### Added
You can’t perform that action at this time.
0 commit comments