Release 16.0.0-beta3

Changed
- added feed search (#1402)
Fixed
- removed reference for deleted repair-steps (#1399)
- Fix NotNullConstraintViolation when sharing news items with users (#1406)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2021-06-16 11:38:44 +02:00
parent fd01e9ad7b
commit db831426d3
2 changed files with 9 additions and 4 deletions

View File

@ -3,18 +3,23 @@ All notable changes to this project will be documented in this file.
The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
# Unreleased
- Fix NotNullConstraintViolation when sharing news items with users (#1406)
## [16.x.x]
### Changed
- added feed search (#1402)
### Fixed
- removed reference for deleted repair-steps (#1399)
## [15.x.x]
### Changed
### Fixed
# Releases
## [16.0.0-beta3] - 2021-06-16
### Changed
- added feed search (#1402)
### Fixed
- removed reference for deleted repair-steps (#1399)
- Fix NotNullConstraintViolation when sharing news items with users (#1406)
## [16.0.0-beta2] - 2021-06-01
### Changed
- Allow installation on Nextcloud v22

View File

@ -17,7 +17,7 @@ Create a [bug report](https://github.com/nextcloud/news/issues/new/choose)
Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
<version>16.0.0-beta2</version>
<version>16.0.0-beta3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>