diff --git a/.idea/runConfigurations/Main.xml b/.idea/runConfigurations/Main.xml
index d382f1b4b..c1187625d 100644
--- a/.idea/runConfigurations/Main.xml
+++ b/.idea/runConfigurations/Main.xml
@@ -3,6 +3,7 @@
+
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a2c498a2b..20aa6fd50 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ Changes in 3.7.1:
- Fix handling of escape sequences in HTTP Sender
- Fix macOS dark mode switching for some users
- Some fixes in Russian translation
-- Internally, replaced Dagger with much simpler DI implementation
+- Internally, replaced Dagger with much simpler DI implementation. Plugins can now declare non-default constructors to benefit from Dependency Injection as well.
- Mac vendors updated
Changes in 3.7.0: