From 20d75eef337bba9ed1bee29fbe194f9b20baad08 Mon Sep 17 00:00:00 2001
From: Gareth
Date: Fri, 10 May 2024 18:36:25 +0100
Subject: [PATCH] Adds the feature to the changelog
---
CHANGELOG.md | 1 +
src/rider/main/resources/META-INF/plugin.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 786ead3..6f722fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## 2024.2
* Adds support for [Parent=""] attributes
+ * Makes the New Mod template modular, allowing you to select the components you want included in your mod
## 2024.1
* Built for 2024.1
diff --git a/src/rider/main/resources/META-INF/plugin.xml b/src/rider/main/resources/META-INF/plugin.xml
index 7cb9c61..030165f 100644
--- a/src/rider/main/resources/META-INF/plugin.xml
+++ b/src/rider/main/resources/META-INF/plugin.xml
@@ -19,6 +19,7 @@ in your mods!
- Add support for Parent="" referencesin XML defs
+- Makes the New Mod template modular, allowing you to select the components you want included in your mod
]]>