User: rednesto Date: 07 Aug 24 20:35 Revision: fc65be86388514694b95348642ae00493b402eb6 Summary: Update changelog TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9564&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 0dd3f3a5a7a42bc6c3638aeb1a6f215a37c8f6c9) +++ changelog.md (revision fc65be86388514694b95348642ae00493b402eb6) @@ -11,7 +11,14 @@ - Inspection highlighting discouraged instruction shifts - Inspections for when @Inject local capture is unused and for when they can be replaced with @Local - [#2306](https://github.com/minecraft-dev/MinecraftDev/issues/2306) Use mixin icon for mixin classes +- Documentation while completing keys in mods.toml +- mods.toml support for neoforge.mods.toml +- Automatically insert an `=` after completing a mods.toml key +### Changed + +- [#2353](https://github.com/minecraft-dev/MinecraftDev/issues/2353) Move "Method must not be static" error message to static keyword ([#2354](https://github.com/minecraft-dev/MinecraftDev/pull/2354)) + ### Fixed - [#2330](https://github.com/minecraft-dev/MinecraftDev/issues/2330) Reformat created files without keeping line breaks. Fixes the Velocity main class annotation's bad formatting. @@ -20,6 +27,7 @@ - [#2163](https://github.com/minecraft-dev/MinecraftDev/issues/2163) `@ModifyVariable` method signature checking with `STORE` - [#2282](https://github.com/minecraft-dev/MinecraftDev/issues/2282) Mixin support confusion with `$` and `.` separators in class names - Recent NeoModDev version import errors +- Recommended Artifact ID value was not sanitized properly ## [1.8.0]