From 1c5c3ab66f1d376ad373a6bd9f0585d2948039a1 Mon Sep 17 00:00:00 2001 From: Renzo Kottmann Date: Wed, 22 Oct 2025 15:19:06 +0200 Subject: [PATCH] Add github #127 to changelog.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5611067..b7d4237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.6.0 +### Added + +- (CORE) [GitHub #127](https://github.com/itplr-kosit/validator/issues/127) New API method `Result.getCustomFailedAsserts()` to access failed asserts with custom error levels + ### Fixed - (DOC) [GitHub PR#166](https://github.com/itplr-kosit/validator/pull/166) Fixed broken links in `docs/api.md`