updated changelog

This commit is contained in:
Andy Miller 2023-11-06 16:52:28 +00:00
parent 4e01398545
commit eb72cb32bb
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0

View File

@ -2,8 +2,10 @@
## 10/02/2023
1. [](#improved)
* Added debugger messages when Page routes conflict
* Added `ISO 8601` date format (#3721)[https://github.com/getgrav/grav/pull/3721]
* Update jQuery to `v3.6.4` (#3713)[https://github.com/getgrav/grav/pull/3713]
* Updated vendor libraries including Dom-Sanitizer `v1.0.7` that addresses an XSS issue
1. [](#bugfix)
* Fixed a math rounding issue with number validation when using floating point steps [#3761](https://github.com/getgrav/grav/issues/3761)
* Fixed an issue with `Inflector::ordinalize()` not working as expected [#3759](https://github.com/getgrav/grav/pull/3759)