Skip to content

Commit

Permalink
Merge pull request #17 from SymfonyTest/Nyholm-patch-1
Browse files Browse the repository at this point in the history
Prepare for 1.3.1
  • Loading branch information
Nyholm authored Feb 4, 2018
2 parents 59a5c83 + 5cab9e2 commit 35fb99a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 1.3.0
## 1.3.1

### Fixed

- Show our dependencies directly in require secion of composer.json.

## 1.3.0

### Added

- Adding compiler pass support.
- Adding support for making services public.

Expand Down
3 changes: 2 additions & 1 deletion src/CompilerPass/PublicServicePass.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
class PublicServicePass implements CompilerPassInterface
{
/**
* A regex to match the services that should be public
* A regex to match the services that should be public.
*
* @var string
*/
private $regex;
Expand Down

0 comments on commit 35fb99a

Please sign in to comment.