Skip to content

Commit aa38103

Browse files
committed
Add 0.3.5 release to changelog.
1 parent 4fc1b48 commit aa38103

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.5 (2019-10-31)
4+
5+
- **[IMPROVED]** Add `StreamWrapper::set_stream_option()` in preparation for PHP 7.4
6+
37
## 0.3.4 (2017-12-13)
48

59
- **[IMPROVED]** Added functional tests for behaviour of `all()`, `any()`, `some()`

src/Peridot/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static function install(
2424
EventEmitterInterface $emitter,
2525
callable $factory
2626
) {
27-
$scope = new Scope();
27+
$scope = new Scope();
2828

2929
$emitter->on('peridot.configure', function ($config) {
3030
$config->setDsl(__DIR__ . '/dsl.php');

0 commit comments

Comments
 (0)