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: general/development/upgradenotes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ From Moodle 4.5 a new tool, `upgradenotes` has been created to help improve upgr
21
21
- Think about whether your change actually needs documenting in upgrade notes:
22
22
- if your change is in a plugin then it probably does not have any public APIs
23
23
- most bug fixes do not need to be noted unless they change an API
24
-
- When deprecating a feature, the replacement should also be mentioned
24
+
- When deprecating a feature, the replacement should also be mentioned. To put it another way: what developers want to know is the right way to do things in the future, so focus on explaining that.
0 commit comments