Skip to content

Commit c960bc7

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

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
@@ -15,6 +15,12 @@ and this project adheres to
1515
- Tests now import from `l9format` package directly instead of
1616
`l9format.l9format` ([e8aef2e], [#21])
1717

18+
### Added
19+
20+
- Add 34 edge-case and validation tests covering missing fields, null values,
21+
empty strings, boundary integers, malformed datetimes/decimals, and nested
22+
validation ([0247fd9], [#33])
23+
1824
### Infrastructure
1925

2026
- CI: enforce CHANGELOG.md changes are in dedicated commits
@@ -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)