diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-07 20:36:28 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-07 20:36:28 -0500 |
commit | b019dd4f69c9fefeba9f14c2049fb352127e448f (patch) | |
tree | ab848b0e044a10c2b2a3dd358768a5ddeb4e0132 /release-notes.md | |
parent | f0433e5a41c01d73edcd20a6767b7979f636c0e6 (diff) | |
download | SMAPI-b019dd4f69c9fefeba9f14c2049fb352127e448f.tar.gz SMAPI-b019dd4f69c9fefeba9f14c2049fb352127e448f.tar.bz2 SMAPI-b019dd4f69c9fefeba9f14c2049fb352127e448f.zip |
replace out_items, out_melee, and out_rings commands with a searchable list_items command
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 20bb74ba..3426b622 100644 --- a/release-notes.md +++ b/release-notes.md @@ -10,6 +10,7 @@ For players: For developers: * Fixed an issue where you couldn't debug into an assembly because it was copied into the `.cache` directory. That will now only happen if necessary. + * Replaced the `out_items`, `out_melee`, and `out_rings` console commands with `list_items`, which also supports searching. ## 1.3 See [log](https://github.com/CLxS/SMAPI/compare/1.2...1.3). |