Skip to content

Commit

Permalink
Merge branch 'v3-changes'
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Nov 9, 2018
2 parents 1ea6bf7 + 43a2f0d commit 21a03e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## [3.0.0](https://github.com/schmittjoh/JMSSerializerBundle/tree/3.0.0) (2018-11-09)
**Closed issues:**

- jms\_serializer directory in cache is not writable [\#640](https://github.com/schmittjoh/JMSSerializerBundle/issues/640)

**Merged pull requests:**

- setSerializeNull option is available only on the serialization context [\#694](https://github.com/schmittjoh/JMSSerializerBundle/pull/694) ([goetas](https://github.com/goetas))

## [3.0.0-RC2](https://github.com/schmittjoh/JMSSerializerBundle/tree/3.0.0-RC2) (2018-10-23)

**Fixed bugs:**
Expand Down Expand Up @@ -739,4 +748,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -22,8 +22,7 @@
],
"require": {
"php": "^7.2",
"jms/metadata": "^2.0@RC",
"jms/serializer": "^2.0@RC",
"jms/serializer": "^2.0",
"symfony/dependency-injection": "^3.3 || ^4.0",
"symfony/framework-bundle": "^3.0 || ^4.0"
},
Expand Down

0 comments on commit 21a03e1

Please sign in to comment.