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

Commit ffaa9e7

Browse files
committed
Updates CHANGELOG entry for #94
- References the pull request - Makes it a fix instead of a change - Puts it in the correct changelog (1.3.1, not 1.3.2)
1 parent f4575ed commit ffaa9e7

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

CHANGELOG.md

+6-24
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,7 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Releases prior to 1.2.0 did not have entries.
66

7-
## 1.3.2 - 2018-09-16
8-
9-
### Added
10-
11-
- Nothing.
12-
13-
### Changed
14-
15-
- AbstractResult message default value is empty string.
16-
17-
### Deprecated
18-
19-
- Nothing.
20-
21-
### Removed
22-
23-
- Nothing.
24-
25-
### Fixed
26-
27-
- Nothing.
28-
29-
## 1.3.1 - TBD
7+
## 1.3.1 - 2018-09-17
308

319
### Added
3210

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

4725
### Fixed
4826

49-
- Nothing.
27+
- [#94](https://github.com/zendframework/zenddiagnostics/pull/94) updates the
28+
`AbstractResult::$message` property to default to an empty string instead of
29+
`null`. Since both `ResultInterface` and `AbstractResult` document that the
30+
return type for `getMessage()` is a string, and all reporters expect a string,
31+
this ensures type safety for the method.
5032

5133
## 1.3.0 - 2018-07-30
5234

0 commit comments

Comments
 (0)