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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
73
73
# 0.30.0
74
74
75
-
- Fixed an exception that occured when accessing the `Specfile.has_autochangelog` property while having unparseable lines (e.g. lines ending with unescaped `%`) in `%changelog`. (#387)
75
+
- Fixed an exception that occurred when accessing the `Specfile.has_autochangelog` property while having unparsable lines (e.g. lines ending with unescaped `%`) in `%changelog`. (#387)
76
76
77
77
# 0.29.0
78
78
@@ -85,7 +85,7 @@
85
85
86
86
# 0.28.2
87
87
88
-
- Handling of trailing newlines in the macro defintions has been improved. (#361)
88
+
- Handling of trailing newlines in the macro definitions has been improved. (#361)
89
89
90
90
# 0.28.1
91
91
@@ -184,7 +184,7 @@
184
184
185
185
# 0.13.2
186
186
187
-
- Fixed infinite loop that occured when section options were followed by whitespace. (#197)
187
+
- Fixed infinite loop that occurred when section options were followed by whitespace. (#197)
0 commit comments