Skip to content

Commit

Permalink
#272 - PHP 4 constructors are no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 28, 2016
1 parent e33915f commit 9e02baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADE.md
Expand Up @@ -27,6 +27,7 @@ This is a list of backwards compatibility (BC) breaks introduced in ProxyManager
* Private properties are now also correctly handled by ProxyManager: accessing proxy state via friend classes
(protected or private scope) does not require any particular workarounds anymore.
* `ProxyManager\Version::VERSION` was removed. Please use `ProxyManager\Version::getVersion()` instead.
* PHP 4 style constructors are no longer supported

# 1.0.0

Expand Down

0 comments on commit 9e02baa

Please sign in to comment.