We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3f023 commit 8714978Copy full SHA for 8714978
.gitignore
@@ -2,3 +2,4 @@ vendor
2
.idea
3
composer.phar
4
tests/_data/cache
5
+composer.lock
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
+#### 1.0.0
+
+* **Updated to Go AOP Framework 1.0**
6
+* Added verifying inherited method calls by @torreytsui. See #90
7
+* Replaces `return` with `yield` for non-root namespaces. By @faridanthony See #93
8
+* Fix bug that class does not bind in static double by @torreytsui. See #89
9
10
#### 0.5.5
11
12
* compatible with Symfony3 and PHP7
0 commit comments