@@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file, in reverse
2828
2929### Added
3030
31- - [ #58 ] ( https://github.com/zfcampus/zf-api-problem/pull/58 ) adds support for PHP 7.2.
31+ - [ zfcampus/zf-api-problem #58 ] ( https://github.com/zfcampus/zf-api-problem/pull/58 ) adds support for PHP 7.2.
3232
3333### Changed
3434
@@ -40,7 +40,7 @@ All notable changes to this project will be documented in this file, in reverse
4040
4141### Removed
4242
43- - [ #58 ] ( https://github.com/zfcampus/zf-api-problem/pull/58 ) removes support for HHVM.
43+ - [ zfcampus/zf-api-problem #58 ] ( https://github.com/zfcampus/zf-api-problem/pull/58 ) removes support for HHVM.
4444
4545### Fixed
4646
@@ -62,8 +62,8 @@ All notable changes to this project will be documented in this file, in reverse
6262
6363### Fixed
6464
65- - [ #52 ] ( https://github.com/zfcampus/zf-api-problem/pull/52 ) and
66- [ #55 ] ( https://github.com/zfcampus/zf-api-problem/pull/55 ) update the
65+ - [ zfcampus/zf-api-problem #52 ] ( https://github.com/zfcampus/zf-api-problem/pull/52 ) and
66+ [ zfcampus/zf-api-problem #55 ] ( https://github.com/zfcampus/zf-api-problem/pull/55 ) update the
6767 ` ApiProblemListener ` and ` RenderErrorListener ` to check for either exceptions
6868 or PHP 7 ` Throwable ` instances when creating an ` ApiProblem ` to return.
6969
@@ -83,7 +83,7 @@ All notable changes to this project will be documented in this file, in reverse
8383
8484### Fixed
8585
86- - [ #49 ] ( https://github.com/zfcampus/zf-api-problem/pull/49 ) fixes ` ApiProblem ` 's
86+ - [ zfcampus/zf-api-problem #49 ] ( https://github.com/zfcampus/zf-api-problem/pull/49 ) fixes ` ApiProblem ` 's
8787 detail message marshaling when PHP 7 ` Throwable ` types are provided as the
8888 detail.
8989
@@ -103,20 +103,20 @@ All notable changes to this project will be documented in this file, in reverse
103103
104104### Fixed
105105
106- - [ #47 ] ( https://github.com/zfcampus/zf-api-problem/pull/47 ) fixes an issue with
106+ - [ zfcampus/zf-api-problem #47 ] ( https://github.com/zfcampus/zf-api-problem/pull/47 ) fixes an issue with
107107 the various factories introduced in 1.2.0; they had been updated to implement the
108- zend -servicemanager v3 interfaces, which broke usage with v2. They are now
108+ laminas -servicemanager v3 interfaces, which broke usage with v2. They are now
109109 written in a way that will work with both versions.
110110
111111## 1.2.0 - 2016-07-06
112112
113113### Added
114114
115- - [ #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) adds support for PHP 7.
116- - [ #44 ] ( https://github.com/zfcampus/zf-api-problem/pull/44 ) and
117- [ #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) add support for
118- version 3 components of Zend Framework .
119- - [ #39 ] ( https://github.com/zfcampus/zf-api-problem/pull/39 ) adds the constant
115+ - [ zfcampus/zf-api-problem #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) adds support for PHP 7.
116+ - [ zfcampus/zf-api-problem #44 ] ( https://github.com/zfcampus/zf-api-problem/pull/44 ) and
117+ [ zfcampus/zf-api-problem #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) add support for
118+ version 3 components of Laminas .
119+ - [ zfcampus/zf-api-problem #39 ] ( https://github.com/zfcampus/zf-api-problem/pull/39 ) adds the constant
120120 ` ApiProblem::CONTENT_TYPE ` for specifying the Content-Type of API Problem
121121 responses.
122122
@@ -126,18 +126,18 @@ All notable changes to this project will be documented in this file, in reverse
126126
127127### Removed
128128
129- - [ #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) removes support for
129+ - [ zfcampus/zf-api-problem #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) removes support for
130130 PHP 5.6.
131- - [ #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) removes the
131+ - [ zfcampus/zf-api-problem #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) removes the
132132 ` Module::getAutoloaderConfig() ` implementation, as it was redundant in
133133 composer-based applications.
134134
135135### Fixed
136136
137- - [ #44 ] ( https://github.com/zfcampus/zf-api-problem/pull/44 ) and
138- [ #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) ensure that
137+ - [ zfcampus/zf-api-problem #44 ] ( https://github.com/zfcampus/zf-api-problem/pull/44 ) and
138+ [ zfcampus/zf-api-problem #45 ] ( https://github.com/zfcampus/zf-api-problem/pull/45 ) ensure that
139139 definition and attachment of the listener aggregates defined in the module
140- will work with both v2 and v3 versions of zend -eventmanager.
141- - [ #38 ] ( https://github.com/zfcampus/zf-api-problem/pull/38 ) fixes an issue
140+ will work with both v2 and v3 versions of laminas -eventmanager.
141+ - [ zfcampus/zf-api-problem #38 ] ( https://github.com/zfcampus/zf-api-problem/pull/38 ) fixes an issue
142142 whereby JSON encoding failed for included stack traces if they originated
143143 within a PHP stream.
0 commit comments