diff --git a/CHANGELOG.json b/CHANGELOG.json index 7784dbb00..48d8585b4 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.16.1", + "changes": { + "fixes": [ + "`DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons" + ] + }, + "contributions": [ + "[IRRDC](https://github.com/IRRDC)" + ] + }, { "version": "3.16.0", "changes": { diff --git a/CHANGELOG.md b/CHANGELOG.md index dd68907a3..5bd9d09a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Releases +## 3.16.1 + +### Fixes + +- `DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons + +### Contributors + +Special thanks to our contributor: [IRRDC](https://github.com/IRRDC). + ## 3.16.0 ### New control(s) diff --git a/docs/documentation/docs/about/release-notes.md b/docs/documentation/docs/about/release-notes.md index dd68907a3..5bd9d09a9 100644 --- a/docs/documentation/docs/about/release-notes.md +++ b/docs/documentation/docs/about/release-notes.md @@ -1,5 +1,15 @@ # Releases +## 3.16.1 + +### Fixes + +- `DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons + +### Contributors + +Special thanks to our contributor: [IRRDC](https://github.com/IRRDC). + ## 3.16.0 ### New control(s)