diff --git a/News.php b/News.php
index d89973c..911607b 100644
--- a/News.php
+++ b/News.php
@@ -40,7 +40,9 @@ include_once("includes/header.php");
The 2nd reason (only having simple modules) is needed in order to support DSP/UI separation.
Having this in place means we can run the DSP on a different machine than the UI.
This is particularly interesting for running Cardinal on embed systems, being controlled remotely via web browser or native desktop application.
- Already doable with LV2 from 23.02 onwards, later on this will be made possible on standalone too.
+ Already doable with LV2 from 23.02 onwards, used for
+ MOD Audio builds (as seen in the screenshot).
+ Later on this will be made possible on standalone too.
There are a few module updates too, and some important bug fixes too, see the changelog below.