summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-14 19:17:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-14 19:17:21 -0400
commit4d9384b8288fa5dcd36a9c8cbd66574a2896605f (patch)
tree7e5b5cab7975a1b44c82db7d52b8ff3f06769bd0 /docs
parentd813c4e2c8522584beaf1432725b4cdd2cc251b5 (diff)
downloadSMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.tar.gz
SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.tar.bz2
SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.zip
switch SMAPI to portable PDB format
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 46d910a9..7526e655 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -24,6 +24,7 @@
* **Raised deprecation message levels.**
_Deprecation warnings are now player-visible in the SMAPI console as grayed-out `DEBUG` messages. They'll be raised to `WARN` level in SMAPI 3.17 next month, which will be the last major release before SMAPI 4.0._
* Updated to Pintail 2.2.1 (see [changes](https://github.com/Nanoray-pl/Pintail/blob/master/docs/release-notes.md#221)).
+ * Switched SMAPI's `.pdb` file to the newer 'portable' format. This has no effect on mods.
* For the web UI:
* Added log parser warning about performance of PyTK 1.23.0 or earlier.