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 d0c4555 commit c220237Copy full SHA for c220237
1 file changed
CHANGELOG.md
@@ -4,10 +4,14 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
-## 0.1.2 (2014-03-xx)
+## 0.2.0 (2014-07-31)
8
9
-* Fix: Compatibility with PHP 5.3 by using $that reference within closures
+* BC break: Rename namespace from `Clue\Zenity\React` to `Clue\React\Zenity`
10
+ (#2)
11
+* Feature: Compatibility with PHP 5.3 by using $that reference within closures
12
(#1)
13
+* Use PSR-4 code layout
14
+ (#3)
15
16
## 0.1.1 (2014-01-24)
17
@@ -19,4 +23,3 @@ you spot any mistakes.
19
23
## 0.1.0 (2013-09-06)
20
24
21
25
* First tagged release
22
-
0 commit comments