Skip to content

Commit 5c6cf5d

Browse files
committed
CHANGELOG: add entry for edge-case validation tests (#33)
1 parent 0247fd9 commit 5c6cf5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
### Added
12+
13+
- Add 34 edge-case and validation tests covering missing fields, null values,
14+
empty strings, boundary integers, malformed datetimes/decimals, and nested
15+
validation ([0247fd9], [#33])
16+
1117
### Changed
1218

1319
- Re-export all public models from `__init__.py` and define `__all__`
@@ -137,6 +143,7 @@ and this project adheres to
137143

138144
<!-- Commit links -->
139145

146+
[0247fd9]: https://github.com/LeakIX/l9format-python/commit/0247fd9
140147
[d30efd2]: https://github.com/LeakIX/l9format-python/commit/d30efd2
141148
[1dcfbef]: https://github.com/LeakIX/l9format-python/commit/1dcfbef
142149
[e8aef2e]: https://github.com/LeakIX/l9format-python/commit/e8aef2e
@@ -199,4 +206,5 @@ and this project adheres to
199206
[#16]: https://github.com/LeakIX/l9format-python/pull/16
200207
[#18]: https://github.com/LeakIX/l9format-python/pull/18
201208
[#21]: https://github.com/LeakIX/l9format-python/issues/21
209+
[#33]: https://github.com/LeakIX/l9format-python/issues/33
202210
[#35]: https://github.com/LeakIX/l9format-python/issues/35

0 commit comments

Comments
 (0)