Skip to content

Commit b340e6a

Browse files
committed
update changelog
1 parent f8dd503 commit b340e6a

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

package.xml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@ Requirements: ext/hash (now a part of PHP core)
4343
</lead>
4444
<date>2016-06-17</date>
4545
<version>
46-
<release>2.0.3-dev</release>
47-
<api>2.0-dev</api>
46+
<release>2.0.3dev</release>
47+
<api>2.0</api>
4848
</version>
4949
<stability>
5050
<release>stable</release>
5151
<api>stable</api>
5252
</stability>
5353
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
5454
<notes>
55-
* Fix #72006
55+
* Fix #73434: Null byte at end of array keys in getLastResponseInfo
56+
* Fix compatibility with PHP 7.3
5657
</notes>
5758
<contents>
5859
<dir name="/">
@@ -158,6 +159,22 @@ Requirements: ext/hash (now a part of PHP core)
158159
</extsrcrelease>
159160
<changelog>
160161

162+
<release>
163+
<date>2016-06-17</date>
164+
<version>
165+
<release>2.0.2</release>
166+
<api>2.0-dev</api>
167+
</version>
168+
<stability>
169+
<release>stable</release>
170+
<api>stable</api>
171+
</stability>
172+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
173+
<notes>
174+
* Fix #72006
175+
</notes>
176+
</release>
177+
161178
<release>
162179
<date>2016-03-11</date>
163180
<version>

0 commit comments

Comments
 (0)