8000 Add changelog · symfony/symfony@b1123d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1123d2

Browse files
Add changelog
1 parent 696a3f8 commit b1123d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Symfony/Component/BrowserKit/AbstractBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function xmlHttpRequest(string $method, string $uri, array $parameters =
162162
}
163163

164164
/**
165-
* Converts the request parameters into a json string and use it as request content.
165+
* Converts the request parameters into a json string and used it as request content.
166166
*/
167167
public function jsonRequest(string $method, string $uri, array $parameters = [], array $server = [], bool $changeHistory = true): Crawler
168168
{

src/Symfony/Component/BrowserKit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
5.3.0
5+
-----
6+
7+
* Added `jsonRequest` method to `AbstractBrowser`
8+
49
4.3.0
510
-----
611

0 commit comments

Comments
 (0)
0