We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78d9e7 commit 8b3c05fCopy full SHA for 8b3c05f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
3
-## 0.2.0 - ???
+## 0.2.0 - 2017-02-20
4
+
5
+You may do a BC update to version 0.2.0 if you are sure that you are not adding
6
+multiple resources with the same name to the Builder.
7
8
### Fixed
9
@@ -11,7 +14,6 @@
11
14
12
15
13
16
- Performance improvements by avoid using `uniqid()`.
-- Make sure one can add resources with same name without overwrite.
17
18
## 0.1.5 - 2017-02-14
19
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "0.2-dev"
+ "dev-master": "0.3-dev"
41
}
42
43
0 commit comments