Skip to content

Commit 2c3ca64

Browse files
committed
preparing 2.1.0 release
1 parent 746b10b commit 2c3ca64

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
#### 2.1.0
4+
5+
* Add missing type hints and parameter types to FuncProxy. See #135 by @SenseException
6+
* Added support for optional and referenced parameters in built-in functions. See #133 by @bhoehl
7+
* Fixed `return void` issue #123 by @zuozp8. See #130
8+
39
#### 2.0.0
410

511
* **Updated to Go AOP Framework 2.0**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
{
66
"name": "Michael Bodnarchuk",
7-
"email": "davert.php@mailican.com"
7+
"email": "davert@codeception.com"
88
}
99
],
1010
"autoload": {

0 commit comments

Comments
 (0)