diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-04 16:18:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-04 16:18:23 -0400 |
commit | 433261e7d57096bec41ae6eea16f5f18b8045be8 (patch) | |
tree | 852a198edef52d57007a9547c9f2af55cbb6ed4d /docs | |
parent | 60b41195778af33fd609eab66d9ae3f1d1165e8f (diff) | |
download | SMAPI-433261e7d57096bec41ae6eea16f5f18b8045be8.tar.gz SMAPI-433261e7d57096bec41ae6eea16f5f18b8045be8.tar.bz2 SMAPI-433261e7d57096bec41ae6eea16f5f18b8045be8.zip |
fix ToSButton() methods not public
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index e4f9fd1d..e7a06264 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,8 @@ # Release notes +## 2.6.1 +* For modders: + * Fixed `.ToSButton()` methods not being public. + ## 2.6 * For players: * Updated for Stardew Valley 1.3. |