diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3b2e8f..88345c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## prepare [3.2.x] +- Changed: `dca()->getDcaFields()` move `GetDcaFieldsOptions` constructor call to method body + ## [3.2.0] - 2024-03-18 - Changed: `UrlUtil::addQueryStringParameterToUrl()` and `UrlUtil::removeQueryStringParameterToUrl()` may now take multiple query parameters as array to add or remove respectively.