From 1461e07a0f2a975a52082ca3b769ca912b816226 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 2 Feb 2022 10:37:57 -0800 Subject: [PATCH] Release 1.5.0 (#194) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07238bd..78a633c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.5.0 + +### Added + +- Add explicit `@return mixed` +- Add explicit return types to HttplugFactory + +### Fixed + +- Improve error handling with streams + ## 1.4.1 ### Fixed