Skip to content

Commit e82527c

Browse files
committed
prepare 3.6.0
1 parent 054c136 commit e82527c

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [3.6.0](https://github.com/schmittjoh/serializer/tree/3.6.0) (2020-03-21)
4+
5+
**Implemented enhancements:**
6+
7+
- DateTime parsed invalid date [\#1152](https://github.com/schmittjoh/serializer/issues/1152)
8+
- do not hide Exceptions from custom handlers but correctly handle null [\#1169](https://github.com/schmittjoh/serializer/pull/1169) ([Hikariii](https://github.com/Hikariii))
9+
- Handle ObjectConstructor returning NULL [\#1172](https://github.com/schmittjoh/serializer/pull/1172) ([jankramer](https://github.com/jankramer))
10+
11+
**Fixed bugs:**
12+
13+
- Handle discriminator groups [\#1175](https://github.com/schmittjoh/serializer/pull/1175) ([goetas](https://github.com/goetas))
14+
15+
**Closed issues:**
16+
17+
- Serialize using interface metadata [\#1170](https://github.com/schmittjoh/serializer/issues/1170)
18+
- thrown Exceptions are hidden when serializing complex objects with a handler [\#1168](https://github.com/schmittjoh/serializer/issues/1168)
19+
20+
**Merged pull requests:**
21+
22+
- test serializing entity that uses Discriminator and extends some base… [\#1174](https://github.com/schmittjoh/serializer/pull/1174) ([FrKevin](https://github.com/FrKevin))
23+
- test symfony translator contract [\#1171](https://github.com/schmittjoh/serializer/pull/1171) ([goetas](https://github.com/goetas))
224

325
## [3.5.0](https://github.com/schmittjoh/serializer/tree/3.5.0) (2020-02-22)
426

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"extra": {
6464
"branch-alias": {
65-
"dev-master": "3.5-dev"
65+
"dev-master": "3.6-dev"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)