You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,10 @@
56
56
- class names and member names now have their own references, replacing the custom Goto handler
57
57
- SRG names are no longer used on NeoForge 1.20.2+ and a new copy action is available for it
58
58
- the usage inspection no longer incorrectly reports methods overridden in your code or entries covering super methods
59
-
- suppressing inspections is now possible by adding `# Suppress:AtInspectionName` after an entry, or using the built-in suppress action
59
+
- suppressing inspections is now possible by adding `# Suppress:AtInspectionName` after an entry or at the start of the file, or using the built-in suppress action
60
60
- added an inspection to report unresolved references, to help find out old, superfluous entries
61
61
- added an inspection to report duplicate entries in the same file
62
+
- added formatting support, class and member names are configured to align by default
0 commit comments