Skip to content

Commit

Permalink
ADD: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gravataLonga committed May 11, 2020
1 parent 77ecb68 commit dcdb12b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,24 @@ All notable changes to `container` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 1.5.0 - 2020-06-09

### Added
- new feature added `factory` and `set` accept array callable, e.g.: `$container->set('my-entry', [Test::class, 'getFoo']);`
- new feature added `alias`, in order to make aliases to match one entry to another.

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## 1.4.2 - 2020-05-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/AliasMethodTest.php
Expand Up @@ -13,7 +13,7 @@

/**
* @internal
* @coversNothing
* @coversDefaultClass
*/
final class AliasMethodTest extends TestCase
{
Expand Down

0 comments on commit dcdb12b

Please sign in to comment.