update changelog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-08-11 17:40:17 +02:00
parent f576927668
commit e05ea9052f
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 23 additions and 2 deletions

View file

@ -5,7 +5,22 @@ hide:
# Changelog
???+ success "[1.20.0] - 2023-07-27"
???+ success "[1.21.0] - 2023-08-11"
**Added**
* allow to use array syntax in string builder filter
* add color property in Navigation
* add badge with navigation color in admin views
* add `default_value` option in crud fields
* add `display` option in BooleanField
* add associated nodes in page form
**Fixed**
* fix routes in the global settings controller
??? abstract "[1.20.0] - 2023-07-27"
**Added**

View file

@ -5,7 +5,13 @@ hide:
# Changelog
???+ success "[1.20.0] 2023-07-27"
???+ success "[1.21.0] 2023-08-11"
**Changed**
* upgrade murph/murph-core
??? abstract "[1.20.0] 2023-07-27"
**Fixed**