From dae5d438e571f1d0f1b7f9f049ca9604baaffa5f Mon Sep 17 00:00:00 2001 From: Robyn Date: Tue, 20 Aug 2024 17:41:18 -0500 Subject: [PATCH] docs: update readme and changelog for 1.0.2 --- CHANGELOG.md | 5 ++++- README.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e2186..a4758ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## v1.0.2 -- Version bump to fix package documents after transferring to community repo +- Now outputs better symbols + - Defining Assembly Name for the throwing method + - PluginInfo GUID, Name and Version for Assemblies that contain bepinex plugins +- Update package documents ## v1.0.1 diff --git a/README.md b/README.md index 3e08f7b..002861f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ This mod has been dedicated to the [Lethal Company Modding community repo](https - Listens for Harmony or MonoMod Patches - Outputs a list of all plugins that modify a specific method when an Exception is thrown targeting that method +- Includes useful symbols for debugging such as: + - Defining Assembly Name for the throwing method + - PluginInfo GUID, Name and Version for Assemblies that contain bepinex plugins ## How Does This Help Me?