diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-24 19:49:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-24 19:49:34 -0400 |
commit | ebc603844a3931bedbd512761ba8f152a4f5a09c (patch) | |
tree | bdf4744868a9899eaa015091a0d1c57813b3fb86 /docs | |
parent | 1c10e54d050b0b3c869992848b912962da0b8304 (diff) | |
download | SMAPI-ebc603844a3931bedbd512761ba8f152a4f5a09c.tar.gz SMAPI-ebc603844a3931bedbd512761ba8f152a4f5a09c.tar.bz2 SMAPI-ebc603844a3931bedbd512761ba8f152a4f5a09c.zip |
update to Mono.Cecil 0.10
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 fa6501a3..5a9e4e92 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -83,6 +83,7 @@ * uses net field events where available; * lays groundwork for tracking events for multiple players. * Split mod DB out of `StardewModdingAPI.config.json` into its own file. + * Updated to Mono.Cecil 0.10. ## 2.5.5 * For players: |