Skip to content

Commit f3b84a4

Browse files
committed
Update changelog for 2.0.3
1 parent 61d208d commit f3b84a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ Requirements: ext/hash (now a part of PHP core)
171171
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
172172
<notes>
173173
* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
174+
* Fix bug #74163: Segfault in oauth_compare_value
175+
* Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
176+
* Fix compatibility with PHP 7.3
174177
</notes>
175178
</release>
176179

@@ -186,9 +189,6 @@ Requirements: ext/hash (now a part of PHP core)
186189
</stability>
187190
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
188191
<notes>
189-
* Fix bug #74163: Segfault in oauth_compare_value
190-
* Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
191-
* Fix compatibility with PHP 7.3
192192
* Fix #72006
193193
</notes>
194194
</release>

0 commit comments

Comments
 (0)