diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-04 16:32:46 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-04 16:32:46 -0400 |
commit | a0f7a244740de91fc5104f9f33b844493cd4a3a8 (patch) | |
tree | 1cb59acd8433d4c8537787d0c623854d081d5194 /docs | |
parent | 433261e7d57096bec41ae6eea16f5f18b8045be8 (diff) | |
download | SMAPI-a0f7a244740de91fc5104f9f33b844493cd4a3a8.tar.gz SMAPI-a0f7a244740de91fc5104f9f33b844493cd4a3a8.tar.bz2 SMAPI-a0f7a244740de91fc5104f9f33b844493cd4a3a8.zip |
fixed false compat error when constructing multidimensional arrays
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 e7a06264..c215c66d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,7 @@ # Release notes ## 2.6.1 * For modders: + * Fixed false compatibility error when constructing multidimensional arrays. * Fixed `.ToSButton()` methods not being public. ## 2.6 |