Skip to content

Commit a786fdb

Browse files
author
Mario Blazek
committed
Prepare 1.0 release
1 parent 7fe2129 commit a786fdb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9-
## [dev]
9+
## [1.0] - 2017-17-02
1010
### Added
11-
- ability to render recipient, sender and subject from template
12-
- more descriptive exception classes
13-
- more descriptive error logging
14-
- extracted mailer to a separate class
15-
- Events class is set as final
16-
- factory classes moved to separate services .yml file
17-
- InformationCollectionTrait
18-
- EmailDataFactory does not require ContentTypeService anymore
19-
- InformationCollectionController implements ContainerAwareInterface
20-
- Actions priority
21-
- Action can be marked as crucial with CrucialActionInterface
22-
- eZ 5 compatibility (InformationCollectionLegacyController and InformationCollectionLegacyTrait)
23-
- exposed collected data to email and full view template
24-
- disabled http cache in controllers (thanks @emodric)
25-
- CSRF token enabled by default (thanks @emodric)
26-
- ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions
11+
- ability to render recipient, sender and subject from template.
12+
- more descriptive exception classes.
13+
- more descriptive error logging.
14+
- extracted mailer to a separate class.
15+
- Events class is set as final.
16+
- factory classes moved to separate services .yml file.
17+
- InformationCollectionTrait.
18+
- EmailDataFactory does not require ContentTypeService anymore.
19+
- InformationCollectionController implements ContainerAwareInterface.
20+
- Actions priority.
21+
- Action can be marked as crucial with CrucialActionInterface.
22+
- eZ 5 compatibility (InformationCollectionLegacyController and InformationCollectionLegacyTrait).
23+
- exposed collected data to email and full view template.
24+
- disabled http cache in controllers (thanks @emodric).
25+
- CSRF token enabled by default (thanks @emodric).
26+
- ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions.
2727

2828
## [0.8] - 2017-13-02
2929
### Added

0 commit comments

Comments
 (0)