diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aca16ee..dda3ce99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes - Removes use of `UserContext` in user GET API in dashboard recipe. +- Makes optional fields properly optional (i:e the value can be omitted entirely) ### Breaking changes -- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string`to add support for any type of value in form fields. - -## [0.24.3] - 2024-09-24 - -- Adds support for form field related improvements by making fields accept any type of values -- Adds support for optional fields to properly optional +- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string` to add support for any type of value in form fields. ## [0.24.2] - 2024-09-03