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?