2
2
3
3
All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 7.0.0] - 2025-02-07
6
+
7
+ ### Removed
8
+
9
+ * This component is no longer supported on PHP 8.3
10
+
5
11
## [ 6.0.2] - 2024-07-03
6
12
7
13
### Changed
@@ -21,7 +27,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
21
27
* ` SebastianBergmann\Diff\Chunk::getStart() ` , ` SebastianBergmann\Diff\Chunk::getStartRange() ` , ` SebastianBergmann\Diff\Chunk::getEnd() ` , ` SebastianBergmann\Diff\Chunk::getEndRange() ` , and ` SebastianBergmann\Diff\Chunk::getLines() `
22
28
* ` SebastianBergmann\Diff\Diff::getFrom() ` , ` SebastianBergmann\Diff\Diff::getTo() ` , and ` SebastianBergmann\Diff\Diff::getChunks() `
23
29
* ` SebastianBergmann\Diff\Line::getContent() ` and ` SebastianBergmann\Diff\Diff::getType() `
24
- * Removed support for PHP 8.1
30
+ * This component is no longer supported on PHP 8.1
25
31
26
32
## [ 5.1.1] - 2024-03-02
27
33
@@ -75,7 +81,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
75
81
76
82
### Removed
77
83
78
- * Removed support for PHP 7.3, PHP 7.4, and PHP 8.0
84
+ * This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0
79
85
80
86
## [ 4.0.4] - 2020-10-26
81
87
@@ -105,7 +111,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
105
111
106
112
### Removed
107
113
108
- * Removed support for PHP 7.1 and PHP 7.2
114
+ * This component is no longer supported on PHP 7.1 and PHP 7.2
109
115
110
116
## [ 3.0.2] - 2019-02-04
111
117
@@ -129,7 +135,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
129
135
130
136
### Removed
131
137
132
- * Removed support for PHP 7.0
138
+ * This component is no longer supported on PHP 7.0
133
139
134
140
### Fixed
135
141
@@ -151,6 +157,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
151
157
152
158
* This component is no longer supported on PHP 5.6
153
159
160
+ [ 7.0.0 ] : https://github.com/sebastianbergmann/diff/compare/6.0...main
154
161
[ 6.0.2 ] : https://github.com/sebastianbergmann/diff/compare/6.0.1...6.0.2
155
162
[ 6.0.1 ] : https://github.com/sebastianbergmann/diff/compare/6.0.0...6.0.1
156
163
[ 6.0.0 ] : https://github.com/sebastianbergmann/diff/compare/5.1...6.0.0
0 commit comments