Skip to content

Commit

Permalink
Added changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Jun 5, 2010
1 parent 810c3e4 commit cbd68b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,12 @@
# 0.1

* Support for creating proxy via `static proxy = true` convention.
* Reloading support for proxy definitions

# 0.2

* Improved externally usable API for registering proxies
* Improved reloading support by avoiding proxy class caching in CGLIB
* API and pluggable mechanism for destroying old scoped beans on class reload
* Improved reload support for session scoped beans (the old beans are now removed from the session)
* An improved proxy factory bean that specifies the target class

0 comments on commit cbd68b5

Please sign in to comment.