Skip to content

Commit 98fe48b

Browse files
committed
Update Changelog
1 parent 39df8a7 commit 98fe48b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ before_script:
3131
script:
3232
- phpunit --coverage-text --colors
3333
- Tests/Javascript/runner.py Tests/Javascript/test.html
34-
35-
notifications:
36-
email:
37-

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.6 (05/05/2016)
2+
3+
* Move FormTypeInterface deprecation from ResizePolyFormListener to PolyCollectionType
4+
* Fix issue with LegacyFormUtil not handling FormType instances in Symfony < 2.8
5+
16
1.0.5 (28/04/2016)
27

38
* Deprecated passing FormTypeInterfaces to Polycollection, to be removed in 2.0
@@ -23,5 +28,3 @@
2328
1.0.0 (16/06/2015)
2429

2530
* Initial Stable release
26-
27-

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit bootstrap="./Tests/autoload.php.dist"
3+
<phpunit bootstrap="./vendor/autoload.php"
44
backupGlobals = "false"
55
backupStaticAttributes = "false"
66
colors = "true"

0 commit comments

Comments
 (0)