Skip to content

Commit

Permalink
Documentation for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Apr 28, 2019
1 parent bb14bc0 commit 2fbb294
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation
# you can install it where you want, ~/benchmarkKit used for the example
mkdir ~/benchmarkKit
cd ~/benchmarkKit
echo '{"require": {"phpbenchmarks/benchmark-kit": "^3.0.1"}}' > composer.json
echo '{"require": {"phpbenchmarks/benchmark-kit": "^3.0.2"}}' > composer.json

# you can use your local composer installation, of the official Docker container
docker run --rm -v $(pwd):/app composer/composer update --no-dev
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [3.0.2](../../compare/3.0.1...3.0.2) - 2018-04-28

- Change `responseBodyFileMinSize` for REST API for serializer who not escape `/`.

### [3.0.1](../../compare/3.0.0...3.0.1) - 2018-04-28

- Fix responseBody file size verification.
Expand Down

0 comments on commit 2fbb294

Please sign in to comment.