Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Dec 10, 2018
1 parent 15a93a8 commit ae2022b
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.12.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.11.2...3.13.0) - 2018-11-19
## [3.13.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.12.0...3.13.0) - 2018-12-10

### Added
- Added `Form\` subnamespace for all form components
- Added `Serializer\` subnamespace for all serializer components
- Added `Twig\` subnamespace for all twig components

### Deprecated
- Deprecated `Sonata\CoreBundle\Component\Status` class
- Deprecated `Sonata\CoreBundle\Date\*` classes
- Deprecated `Sonata\CoreBundle\FlashMessage` classes
- Deprecated `Sonata\CoreBundle\Form\DataMapper\*` classes
- Deprecated `Sonata\CoreBundle\Form\EventListener\*` classes
- Deprecated `Sonata\CoreBundle\Form\Type\*` classes
- Deprecated `Sonata\CoreBundle\Model\MetadataInterface` interface
- Deprecated `Sonata\CoreBundle\Model\Metadata` class
- Deprecated `Sonata\CoreBundle\Serializer\BaseSerializerHandler` class
- Deprecated `Sonata\CoreBundle\Serializer\SerializerHandlerInterface` interface
- Deprecated `Sonata\CoreBundle\Test\AbstractWidgetTestCase` class
- Deprecated `Sonata\CoreBundle\Twig\Extension` classes
- Deprecated `Sonata\CoreBundle\Twig\Node` classes
- Deprecated `Sonata\CoreBundle\Twig\TokenParser` classes
- Deprecated `Sonata\CoreBundle\Validator\*` classes

## [3.12.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.11.2...3.12.0) - 2018-11-19

### Fixed
- fix `DateTimePickerType` format usage of `Intl` constants.
Expand Down

0 comments on commit ae2022b

Please sign in to comment.