From f0e99d405a6b852b9f08f2a9120e63c7894f84d2 Mon Sep 17 00:00:00 2001
From: Gareth
Date: Fri, 10 May 2024 18:37:37 +0100
Subject: [PATCH] Add 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..3e33749 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## 2024.2
* Adds support for [Parent=""] attributes
+ * When opening a file with Harmony Patches, adds a notifier to the user that they might want to install the Remodder plugin
## 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 8d303ac..cd23d6f 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
+- When opening a file with Harmony Patches, adds a notifier to the user that they might want to install the Remodder plugin
]]>