Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Oct 16, 2024
1 parent f23d54c commit 25c92a6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/views/pages/release-notes/unreleased.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@ metadata:

#### {{ page.metadata.description }}

<!-- <h4 class="release-note release-note__new">NEW</h4> -->
<h4 class="release-note release-note__new">NEW</h4>

* `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

<h4 class="release-note release-note__improved">IMPROVED</h4>

* performance improvement for `array_overlaps` filter

<!-- <h4 class="release-note release-note__fixed">FIXED</h4> -->
<h4 class="release-note release-note__fixed">FIXED</h4>

* Fix for updating user profiles when deleted profile of the same type exists

<h4 class="release-note release-note__fixed">MAINTENANCE</h4>
<!-- <h4 class="release-note release-note__fixed">MAINTENANCE</h4>
* Upgraded internal frameworks and dependencies to the newest versions
-->

0 comments on commit 25c92a6

Please sign in to comment.