Skip to content

Commit

Permalink
Add MigrationGuide and Changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
philemone committed Aug 24, 2023
1 parent d3f65f5 commit bb127bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Changelog.md
Expand Up @@ -2,6 +2,7 @@

1.12.0 (Not released yet)
-------------------------
* [#4602](https://github.com/TouK/nussknacker/pull/4602) Cleaning subprocess usages after NU 1.11 release
* [#4582](https://github.com/TouK/nussknacker/pull/4582) Fixed: Releasing app resources on the designer close
* [#4540](https://github.com/TouK/nussknacker/pull/4540) Improvement: Allow selecting a claim from OIDC JWT to represent the username
* [#4555](https://github.com/TouK/nussknacker/pull/4555) Remove: Back compatibility for encoding/decoding UIParameter
Expand Down
3 changes: 3 additions & 0 deletions docs/MigrationGuide.md
Expand Up @@ -13,6 +13,9 @@ To see the biggest differences please consult the [changelog](Changelog.md).
* `KafkaClient.sendMessage` accepts generic content with json encoder

### REST API changes
* [#4602](https://github.com/TouK/nussknacker/pull/4602) Cleaning subprocess usages after NU 1.11 release
* Removed isSubprocess endpoint param, use isFragment from now on.
* Removed backward compatibility for subprocess fields.

### Other changes
* [#4492](https://github.com/TouK/nussknacker/pull/4492) Allow to test fragments using ad hoc testing.
Expand Down

0 comments on commit bb127bf

Please sign in to comment.