Skip to content

Commit

Permalink
Add some information about release to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed May 24, 2014
1 parent caab478 commit f0ac9ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Changelog
======
0.5.0 (May 24, 2014)
* Proxies are now stored in the separate files to allow more transparent debugging
* Cache warmer command added
* Extended pointcut syntax for or-ed methods: ClassName->method1|method2(*)
* Access to the annotations for method from MethodInvocation
* Support for read-only file systems (phar, GAE, etc)
* Direct access to advisors (no more serialize/unserialize)
* New @within pointcut to match classes by annotation class
* Nice demo GUI
* Deprecate the usage of submodules for framework
* Inheritance support during class-loading and weaving
* List of small fixes and imrovements

0.4.1 (Aug 27, 2013)
* Better parsing of complex "include" expressions for Yii (by @zvirusz)
* Support for dynamic arguments count for methods by checking for func_get_args() inside method body
Expand Down

0 comments on commit f0ac9ee

Please sign in to comment.