Skip to content

Commit b6bdf6b

Browse files
committed
CHANGELOG: add entry for edge-case validation tests (#33)
1 parent 1ca6e4d commit b6bdf6b

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 ([1ca6e4d], [#33])
16+
1117
### Changed
1218

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

143149
<!-- Commit links -->
144150

151+
[1ca6e4d]: https://github.com/LeakIX/l9format-python/commit/1ca6e4d
145152
[0d8736e]: https://github.com/LeakIX/l9format-python/commit/0d8736e
146153
[d30efd2]: https://github.com/LeakIX/l9format-python/commit/d30efd2
147154
[1dcfbef]: https://github.com/LeakIX/l9format-python/commit/1dcfbef
@@ -206,4 +213,5 @@ and this project adheres to
206213
[#18]: https://github.com/LeakIX/l9format-python/pull/18
207214
[#21]: https://github.com/LeakIX/l9format-python/issues/21
208215
[#27]: https://github.com/LeakIX/l9format-python/issues/27
216+
[#33]: https://github.com/LeakIX/l9format-python/issues/33
209217
[#35]: https://github.com/LeakIX/l9format-python/issues/35

0 commit comments

Comments
 (0)