Skip to content

Commit

Permalink
prepare 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Sep 20, 2019
1 parent 519263f commit 4c1e429
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Change Log

## [3.3.0](https://github.com/schmittjoh/serializer/tree/3.3.0) (2019-09-20)
**Implemented enhancements:**

- Implement short expose syntax for XML as it is available for YAML [\#1127](https://github.com/schmittjoh/serializer/pull/1127) ([goetas](https://github.com/goetas))

**Fixed bugs:**

- Avoid implicit expose of a property instead of virtual-property [\#1126](https://github.com/schmittjoh/serializer/pull/1126) ([goetas](https://github.com/goetas))

**Closed issues:**

- Accessing static property as non static [\#1122](https://github.com/schmittjoh/serializer/issues/1122)
- Travis builds on 1.x are failing [\#1120](https://github.com/schmittjoh/serializer/issues/1120)

**Merged pull requests:**

- Allow failures on php "7.4snapshot" \(waiting for stable symfony 4.4\) [\#1128](https://github.com/schmittjoh/serializer/pull/1128) ([goetas](https://github.com/goetas))
- Fix PHPUnit deprecations [\#1123](https://github.com/schmittjoh/serializer/pull/1123) ([Majkl578](https://github.com/Majkl578))
- Test 1.x on PHP 7.3 on Travis; fix builds for PHP 5.5 [\#1119](https://github.com/schmittjoh/serializer/pull/1119) ([sanmai](https://github.com/sanmai))

## [3.2.0](https://github.com/schmittjoh/serializer/tree/3.2.0) (2019-09-04)
**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -61,7 +61,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.3-dev"
}
}
}

0 comments on commit 4c1e429

Please sign in to comment.