diff --git a/utbot-intellij/src/main/resources/META-INF/plugin.xml b/utbot-intellij/src/main/resources/META-INF/plugin.xml
index c21e12800d..906b18fdcc 100644
--- a/utbot-intellij/src/main/resources/META-INF/plugin.xml
+++ b/utbot-intellij/src/main/resources/META-INF/plugin.xml
@@ -69,21 +69,28 @@
- Generating tests for Python and JavaScript
- New fuzzing platform providing support for multiple languages
- Improved test generation for Kotlin code
- Multiprocess architecture based on the Reactive Distributed communication framework with advanced logging and debugging options
- Symbolic execution engine with higher priority and fewer false UNSAT verdicts
- UI/UX improvements for test sources root, setting.properties
file, cancellation, timeout settings, notifications
- Summaries with fine-grained settings
- SARIF reports enabled by default, displaying sandbox-related and timeout test failures, properly addressing source files
- Improved monitoring visualized with Grafana
- Test generation bug fixes
- Detailed documentation on UnitTestBot components including UnitTestBot architecture overview
+ It automatically detects if you use the Spring framework and provides you with necessary options right in the dialog window.
+ You can choose from the three approaches to Spring test generation:
+
+ - standard unit tests that mock environmental interactions,
+ - Spring-specific unit tests that use information about the Spring application context,
+ - and integration tests that validate interactions between Spring components.
+
- ]]>
+ Find more improvements and bug fixes:
+
+ - Support for IntelliJ IDEA 2023.2
+ - Taint analysis feature (experimental)
+ - Improved mocking in symbolic execution engine
+ - Enhanced fuzzing mechanism: improved domain-specific API and mutation processes; support for generic fields and resolving generic parameter types; single branch detection, and ability to use all public methods of a class under test
+ - Improved UIs for standard Java, Spring, and Python test generation
+ - Fixed bugs for symbolic execution engine, fuzzing, code generation and instrumented process, summaries, SARIF reports, and more
+ - Multiple improvements for Python support related to rendering constructors; mastering exceptions, timed out tests, and regular expressions; fixes for coverage and shutting down behavior
+ - Enhanced Go test generation: support for maps and user-defined types
+
+ ]]>