Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 07a84bc

Browse files
committed
Adds CHANGELOG entry for #89
1 parent b289d69 commit 07a84bc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Releases prior to 1.2.0 did not have entries.
88

99
### Added
1010

11-
- Nothing.
11+
- [#89](https://github.com/zendframework/zenddiagnostics/pull/89) adds full documentation at https://docs.zendframework.com/zend-diagnostics
12+
13+
- [#89](https://github.com/zendframework/zenddiagnostics/pull/89) adds support for Guzzle 6. While support was previously
14+
added, it included syntax that emitted deprecation notices; it now
15+
correctly uses the Guzzle HTTP client.
1216

1317
### Changed
1418

@@ -20,7 +24,11 @@ Releases prior to 1.2.0 did not have entries.
2024

2125
### Removed
2226

23-
- Nothing.
27+
- [#89](https://github.com/zendframework/zenddiagnostics/pull/89) removes support for Guzzle versions 3 and 4 when using the
28+
Guzzle HTTP checks. Guzzle 3 has been EOL for approximately 5 years, while version
29+
4 is incompatible with PHP versions 7.1 and 7.2 due to a syntax issue that only
30+
those versions detect correctly. Since version 5 has been available for almost 4
31+
years, users who are on older versions should upgrade.
2432

2533
### Fixed
2634

0 commit comments

Comments
 (0)