summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-29 21:49:04 +0300
committerrinpatch <rinpatch@sdf.org>2020-09-29 21:52:16 +0300
commit006b62fd12adadbf698419990ab13bf6f1e901b2 (patch)
tree5c0dd87dd76293390d566b77d7c57eb8d7662394 /CHANGELOG.md
parent7bc561127da6489862d3b7ea49ebc853c0267729 (diff)
OpenAPI CastAndValidate: filter out empty params
Closes #2198
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80fbc078d..983ddd628 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,11 @@ switched to a new configuration mechanism, however it was not officially removed
- Add documented-but-missing chat pagination.
- Allow sending out emails again.
+## Unreleased (Patch)
+
+### Changed
+- API: Empty parameter values for integer parameters are now ignored in non-strict validaton mode.
+
## [2.1.2] - 2020-09-17
### Security