update changelog

This commit is contained in:
2023-07-07 11:38:00 +02:00
parent 145c1df313
commit 17d2b795b4
12 changed files with 40 additions and 49 deletions

View File

@@ -6,6 +6,43 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## v2.4.0 - 2023-07-07
### Feature
* [activity list] add filtering for activities list
<no value>
* [activity list] in person context, show also the activities from the accompanying periods where the person participates
<no value>
* [activity list] add pagination to the list of activities
<no value>
* ([#118](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/118)) improve UX design for filterOrder box
<no value>
### Fixed
* [export] Rename label for CurrentActionFilter (on accompanying period work) to make precision between "ouvert" and "sans date de fin"
<no value>
* Force the db to have either a person_location or a address_location, and avoid to have both also internally in the entity
<no value>
* [export] set rolling date on person age aggregator
<no value>
* [export] fix list when a person locating a course is without address
<no value>
* [export] remove unused condition on course about duration participation
<no value>
### DX
* [FilterOrderHelper] add entity choice and singleCheckbox
<no value>
## v2.3.0 - 2023-06-27
### Feature
* ([#110](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/110)) Edit saved exports options: the saved exports options (forms, filters, aggregators) are now editable.