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
@@ -13,9 +13,10 @@
13
13
- class names and member names now have their own references, replacing the custom Goto handler
14
14
- SRG names are no longer used on NeoForge 1.20.2+ and a new copy action is available for it
15
15
- the usage inspection no longer incorrectly reports methods overridden in your code or entries covering super methods
16
-
- suppressing inspections is now possible by adding `# Suppress:AtInspectionName` after an entry, or using the built-in suppress action
16
+
- 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
17
17
- added an inspection to report unresolved references, to help find out old, superfluous entries
18
18
- added an inspection to report duplicate entries in the same file
19
+
- added formatting support, class and member names are configured to align by default
0 commit comments