From aa381033687ad0c2808ab938f683f19c2285f03c Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 31 Oct 2019 18:09:07 +1000 Subject: [PATCH] Add 0.3.5 release to changelog. --- CHANGELOG.md | 4 ++++ src/Peridot/Plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bd598..6539cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.5 (2019-10-31) + +- **[IMPROVED]** Add `StreamWrapper::set_stream_option()` in preparation for PHP 7.4 + ## 0.3.4 (2017-12-13) - **[IMPROVED]** Added functional tests for behaviour of `all()`, `any()`, `some()` diff --git a/src/Peridot/Plugin.php b/src/Peridot/Plugin.php index fa03547..ecedba6 100644 --- a/src/Peridot/Plugin.php +++ b/src/Peridot/Plugin.php @@ -24,7 +24,7 @@ public static function install( EventEmitterInterface $emitter, callable $factory ) { - $scope = new Scope(); + $scope = new Scope(); $emitter->on('peridot.configure', function ($config) { $config->setDsl(__DIR__ . '/dsl.php');