diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 16:27:36 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 16:27:36 -0500 |
commit | 1aa4098a510ce0f82e7ea7abc24e31e4f5f27225 (patch) | |
tree | 3624d9538a234ba751492bdb88704ef7b0e557d7 /docs | |
parent | 05415497930da5fc156a0936a646ebf522124bd5 (diff) | |
download | SMAPI-1aa4098a510ce0f82e7ea7abc24e31e4f5f27225.tar.gz SMAPI-1aa4098a510ce0f82e7ea7abc24e31e4f5f27225.tar.bz2 SMAPI-1aa4098a510ce0f82e7ea7abc24e31e4f5f27225.zip |
fix CFAutomate compatibility errors showing no URL (#393)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4c5f49d6..da6c046d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## 2.2 * For players: * Fixed mods crashing when loading a custom asset on Linux/Mac. + * Updated compatibility list. * For modders: * Added `DaysSinceStart` property to `SDate` dates. |