Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
merk committed May 5, 2016
1 parent 39df8a7 commit 98fe48b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ before_script:
script:
- phpunit --coverage-text --colors
- Tests/Javascript/runner.py Tests/Javascript/test.html

notifications:
email:
- [email protected]
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.6 (05/05/2016)

* Move FormTypeInterface deprecation from ResizePolyFormListener to PolyCollectionType
* Fix issue with LegacyFormUtil not handling FormType instances in Symfony < 2.8

1.0.5 (28/04/2016)

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

* Initial Stable release


2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="./Tests/autoload.php.dist"
<phpunit bootstrap="./vendor/autoload.php"
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
Expand Down

0 comments on commit 98fe48b

Please sign in to comment.