Skip to content

Commit 5793ec5

Browse files
committedNov 29, 2019
prepare 3.5.0
1 parent 209d2a3 commit 5793ec5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## [3.5.0](https://github.com/schmittjoh/JMSSerializerBundle/tree/3.5.0) (2019-11-29)
4+
5+
**Implemented enhancements:**
6+
7+
- Add ^5.0 in composer.json for symfony dependencies [\#777](https://github.com/schmittjoh/JMSSerializerBundle/issues/777)
8+
9+
**Fixed bugs:**
10+
11+
- @VirtualProperty makes collection null [\#596](https://github.com/schmittjoh/JMSSerializerBundle/issues/596)
12+
13+
**Closed issues:**
14+
15+
- Jms deserializer class with parent properties [\#774](https://github.com/schmittjoh/JMSSerializerBundle/issues/774)
16+
- Bad Serialization : object instead of array [\#773](https://github.com/schmittjoh/JMSSerializerBundle/issues/773)
17+
- Interface 'Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface' not found [\#765](https://github.com/schmittjoh/JMSSerializerBundle/issues/765)
18+
- JSON Serialization Options seem to be ignored [\#763](https://github.com/schmittjoh/JMSSerializerBundle/issues/763)
19+
- Symfony. User Deprcated warning. [\#759](https://github.com/schmittjoh/JMSSerializerBundle/issues/759)
20+
21+
**Merged pull requests:**
22+
23+
- Fix typo in UPGRADING.md [\#760](https://github.com/schmittjoh/JMSSerializerBundle/pull/760) ([jdreesen](https://github.com/jdreesen))
24+
325
## [3.4.1](https://github.com/schmittjoh/JMSSerializerBundle/tree/3.4.1) (2019-06-27)
426
**Fixed bugs:**
527

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "3.4-dev"
49+
"dev-master": "3.5-dev"
5050
}
5151
},
5252
"autoload": {

0 commit comments

Comments
 (0)
Please sign in to comment.