summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-07 21:27:56 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-10 00:05:23 -0400
commit11a497c1f6f62c0956d6d7265883f58504cee653 (patch)
tree704a7c6c95ae5d6a1109b6b2744a3cfce0331dbd /docs
parent0bb9fc42933fc01c349a685e061a753cecb49518 (diff)
downloadSMAPI-11a497c1f6f62c0956d6d7265883f58504cee653.tar.gz
SMAPI-11a497c1f6f62c0956d6d7265883f58504cee653.tar.bz2
SMAPI-11a497c1f6f62c0956d6d7265883f58504cee653.zip
update Pintail
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 83dcd53d..e8e3f043 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -13,7 +13,8 @@ See [release highlights](https://www.patreon.com/posts/66986798).
* In `smapi-internal/config.json`, you can now enable verbose logging for specific mods (instead of all or nothing).
* Updated dependencies:
* Harmony 2.2.1 (see changes in [2.2.0](https://github.com/pardeike/Harmony/releases/tag/v2.2.0.0) and [2.2.1](https://github.com/pardeike/Harmony/releases/tag/v2.2.1.0));
- * Newtonsoft.Json 13.0.1 (see [changes](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1)).
+ * Newtonsoft.Json 13.0.1 (see [changes](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1));
+ * Pintail 2.2.0.
* Removed transitional `UsePintail` option added in 3.14.0 (now always enabled).
* Fixed map edits which change warps sometimes rebuilding the NPC pathfinding cache unnecessarily, which could cause a noticeable delay for players.