From 18a384491cde7633ad3c9431efb824a309d82e7b Mon Sep 17 00:00:00 2001 From: Christian Engelhardt Date: Mon, 25 Jul 2022 17:26:51 +0200 Subject: [PATCH] Update changelog --- .github/changelogs/0.8.0.md | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/changelogs/0.8.0.md b/.github/changelogs/0.8.0.md index 4652d0a..941679f 100644 --- a/.github/changelogs/0.8.0.md +++ b/.github/changelogs/0.8.0.md @@ -1,7 +1,7 @@ Another minor breaking change and more. ### Changed -* Deobfuscate and Obfuscate now take JToken to allow doing so in any subnode +* Deobfuscate and Obfuscate now take JToken to allow doing so in any node ### Removed * .NET Framework as explicit target as .NET Standard is enough diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ede90..4b1d0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. It uses the ## 0.8.0 (2022-07-25) ### Changed -* Deobfuscate and Obfuscate now take JToken to allow doing so in any subnode +* Deobfuscate and Obfuscate now take JToken to allow doing so in any node ### Removed * .NET Framework as explicit target as .NET Standard is enough