Skip to content

Commit

Permalink
#272 - automatic proxy generation now happens at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 23, 2016
1 parent 898a4c2 commit 039bede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This is a list of backwards compatibility (BC) breaks introduced in ProxyManager
* Ghost objects were entirely rewritten, for better support and improved performance. Lazy-loading is not
triggered by public API access, but by property access (private and public). While this is not really a BC
break, you are encouraged to check your applications if you rely on [ghost objects](docs/lazy-loading-ghost-object.md).
* If ProxyManager can't find a proxy, it will now automatically attempt to auto-generate it, regardless of
the settings passed to it.

# 1.0.0

Expand Down

0 comments on commit 039bede

Please sign in to comment.