Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
philemone committed Nov 18, 2024
1 parent cb51a7f commit 5a5b167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<>`
Expand Down

0 comments on commit 5a5b167

Please sign in to comment.