Skip to content

Commit c7a6d5c

Browse files
committed
[Docs] Update changelog and bump version
1 parent 5e05558 commit c7a6d5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## [1.1.1] - 2022-02-27
77

88
### Fixed
99

10-
- The Symfony response class can return `false` for the response content. This caused a fatal error when the content
11-
was passed to JSON:API assertions - as the assertion methods type-hint the content as a `string` in version 4 of that
10+
- The Symfony response class can return `false` for the response content. This caused a fatal error when the content was
11+
passed to JSON:API assertions - as the assertion methods type-hint the content as a `string` in version 4 of that
1212
dependency. This has been fixed by adding a `TestResponse::getContent()` method that returns an empty string if the
1313
Symfony method returns `false`.
1414

@@ -26,9 +26,9 @@ All notable changes to this project will be documented in this file. This projec
2626

2727
- The following page assertions will be removed in the next major release. You should use the fluent methods instead to
2828
assert the resources fetched, meta and links. Deprecated methods are:
29-
- `assertFetchedPage()` - use `assertFetchedMany()`, `assertMeta()` and `assertLinks()`.
30-
- `assertFetchedPageInOrder()` - use `assertFetchedManyInOrder()`, `assertMeta()` and `assertLinks()`.
31-
- `assertFetchedEmptyPage()` - use `assertFetchedNone()`, `assertMeta()` and `assertLinks()`.
29+
- `assertFetchedPage()` - use `assertFetchedMany()`, `assertMeta()` and `assertLinks()`.
30+
- `assertFetchedPageInOrder()` - use `assertFetchedManyInOrder()`, `assertMeta()` and `assertLinks()`.
31+
- `assertFetchedEmptyPage()` - use `assertFetchedNone()`, `assertMeta()` and `assertLinks()`.
3232

3333
## [1.0.0] - 2021-07-31
3434

0 commit comments

Comments
 (0)