Skip to content

Commit

Permalink
Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 9, 2013
1 parent b404ac3 commit 814ddff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
BC-breaks:

* XML and JSON definitions have been removed
* `ContainerSingleton` has been removed

All changes:

* [#115](https://github.com/mnapoli/PHP-DI/issues/115) Added `Container::has()`
* [#110](https://github.com/mnapoli/PHP-DI/issues/110) XML definitions are not supported anymore
* [#122](https://github.com/mnapoli/PHP-DI/issues/122) JSON definitions are not supported anymore
* `ContainerSingleton` has finally been removed

## 3.4

Expand Down
2 changes: 0 additions & 2 deletions src/DI/Definition/Definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
interface Definition
{

/**
* Returns the name of the entry in the container
*
Expand Down Expand Up @@ -46,5 +45,4 @@ public function isCacheable();
* @return bool
*/
public static function isMergeable();

}

0 comments on commit 814ddff

Please sign in to comment.