Skip to content

Commit 3a68628

Browse files
committed
Update changelog for 0.3-alpha
1 parent 7d619a4 commit 3a68628

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.3-alpha] - 2022-06-01
8+
### Added
9+
* The `total` property in `AggregateResult` has been replaced with 3 separate totals: `storeTotal`, `preTotal`, and
10+
`postTotal`, which count the number of items from the store, after pre-processors, and after post-processors,
11+
respectively.
12+
13+
### Fixed
14+
* A deprecated error on PHP 8 when the offset in the `Aggregator` is `null`, caused by passing the offset as argument #2
15+
to `array_slice`.
16+
717
## [0.2-alpha2] - 2022-02-15
818
### Removed
919
* Removed the `Importer` argument from the `Engine` class constructor due to circular dependency.

0 commit comments

Comments
 (0)