update changelog for version 1.0.0

This commit is contained in:
Michael Schramm 2022-02-28 08:23:34 +01:00
parent cfd8d288d4
commit 1e3f47c11c

View File

@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Changed
### Fixed
### Security
## [1.0.0] - 2022-02-28
### Added
- logic backend components
- forms now have multiple notification
- layout for forms
@ -19,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- ability to load submission by id if token is present
- anonymous form submissions (fixes https://github.com/ohmyform/ohmyform/issues/108)
- ability to filter for partial / completed or empty submissions
- migration tests for all commits
### Changed