diff --git a/app/views/pages/release-notes/unreleased.liquid b/app/views/pages/release-notes/unreleased.liquid
index b02f713ac..0547d8262 100644
--- a/app/views/pages/release-notes/unreleased.liquid
+++ b/app/views/pages/release-notes/unreleased.liquid
@@ -9,14 +9,21 @@ metadata:
#### {{ page.metadata.description }}
-
+
NEW
+
+* `email_send` GraphQL mutation accepts new argument - `email` - which allows to send email without Liquid, effectively removing necessity of using `app/emails` directory
+* `api_call_send` GraphQL mutation accepts new argument - `api_call` - which allows to send Api Call without Liquid, effectively removing necessity of using `app/api_calls` directory
+* `sms_send` GraphQL mutation accepts new argument - `sms` - which allows to send SMS without Liquid, effectively removing necessity of using `app/smses` directory
IMPROVED
* performance improvement for `array_overlaps` filter
-
+FIXED
+
+* Fix for updating user profiles when deleted profile of the same type exists
-MAINTENANCE
+