From 5a5b167c2801e15a297f5326afb8d49b06c8cda0 Mon Sep 17 00:00:00 2001 From: Filip Michalski Date: Mon, 18 Nov 2024 18:03:03 +0100 Subject: [PATCH] Add changelog entry --- docs/Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index b7e9122af3d..a24027d7203 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,10 +20,11 @@ ### 1.18.0 (Not released yet) -* [6944](https://github.com/TouK/nussknacker/pull/6944) Changes around adhoc testing feature +* [6944](https://github.com/TouK/nussknacker/pull/6944) [7166](https://github.com/TouK/nussknacker/pull/7166) Changes around adhoc testing feature * `test-with-form` button was renamed to `adhoc-testing` * Improved form validators inside adhoc tests (validation was moved to backend) * Moved `testInfo/*` endpoints to `scenarioTesting/` path and rewrite then using Tapir + * Fix method `assignUserFriendlyEditor` not to change all String parameter editors to simple `StringParameterEditor` * Batch processing mode related improvements: * [#6692](https://github.com/TouK/nussknacker/pull/6692) Kryo serializers for `UnmodifiableCollection`, `scala.Product` etc. are registered based on class of Serializer instead of instance of Serializer. Thanks to this change, it is possible to use `RAW<>`