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: docs/Changelog-Manager.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,24 +55,32 @@ The entries are inserted in version order (v20250224 first, v20111101 second), e
55
55
Result:
56
56
```markdown
57
57
## [3.2.0] - 2025-01-28 (v20250224 API)
58
-
Updated v20250224 API specification to most current version...
58
+
59
+
### Changed
60
+
- Updated v20250224 API specification to most current version...
59
61
60
62
## [2.5.3] - 2025-01-28 (v20111101 API)
61
-
Updated v20111101 API specification to most current version...
63
+
64
+
### Changed
65
+
- Updated v20111101 API specification to most current version...
62
66
```
63
67
64
68
### Example Output
65
69
66
70
With a prior entry:
67
71
```markdown
68
72
## [3.2.0] - 2025-01-28 (v20250224 API)
69
-
Updated v20250224 API specification to most current version. Please check full [API changelog](https://docs.mx.com/resources/changelog/platform) for any changes made between 2025-01-15 and 2025-01-28.
73
+
74
+
### Changed
75
+
- Updated v20250224 API specification to most current version. Please check full [API changelog](https://docs.mx.com/resources/changelog/platform) for any changes made between 2025-01-15 and 2025-01-28.
70
76
```
71
77
72
78
Without a prior entry:
73
79
```markdown
74
80
## [3.2.0] - 2025-01-28 (v20250224 API)
75
-
Updated v20250224 API specification to most current version. Please check full [API changelog](https://docs.mx.com/resources/changelog/platform) for any changes.
81
+
82
+
### Changed
83
+
- Updated v20250224 API specification to most current version. Please check full [API changelog](https://docs.mx.com/resources/changelog/platform) for any changes.
0 commit comments