Skip to content

Commit

Permalink
Add 0.3.5 release to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 31, 2019
1 parent 4fc1b48 commit aa38103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()`
Expand Down
2 changes: 1 addition & 1 deletion src/Peridot/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit aa38103

Please sign in to comment.