Skip to content

Commit fd0dea2

Browse files
committed
docs: update changelog for version 1.7.0
1 parent b2bc86f commit fd0dea2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)