Skip to content

Commit 2ffc7cc

Browse files
committed
docs: adds CHANGELOG entry for #44
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent 95e2199 commit 2ffc7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.3.1 - TBD
5+
## 2.3.1 - 2020-07-07
66

77
### Added
88

@@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- Nothing.
25+
- [#44](https://github.com/laminas/laminas-diactoros/pull/44) fixes an issue whereby the uploaded file size was being provided as an integer string, and causing type errors. The value is now cast to integer before creating an `UploadedFile` instance.
2626

2727
## 2.3.0 - 2020-04-27
2828

0 commit comments

Comments
 (0)