From 80e734055295b2b4c7503d662c6ec349fbecac58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Clavi=C3=A9?= Date: Thu, 10 May 2018 01:19:07 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e3fbf67..5ea490ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Fixed + * [#1081](https://github.com/Behat/Behat/pull/1081): Do not use isset to be + able to check for intentional `null` values when autowiring contexts ## [3.4.3] - 2017-11-27 ### Fixed