Problem: the project does not have a CHANGELOG.md
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Solution: create a CHANGELOG.md file
This commit is contained in:
parent
ede2da8f8d
commit
dd1cf843e4
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0-rc.1] - 2021-11-20
|
||||
|
||||
### Added
|
||||
|
||||
- Postgresql support for channels, feeds, items and subscriptions.
|
||||
- Support "source" in items and feeds
|
||||
|
||||
### Changed
|
||||
|
||||
- Default channel backend is postgresql
|
||||
|
||||
### Fixed
|
||||
|
||||
- All `staticcheck` problems are fixed.
|
||||
- Dependency between memorybackend and hubbackend removed and simplified.
|
||||
|
||||
### Deprecated
|
||||
|
||||
- All Redis timeline types are deprecated and will be removed in a later version.
|
||||
|
||||
[Unreleased]: https://git.p83.nl/peter/ekster/compare/1.0.0-rc.1...master
|
||||
[1.0.0-rc.1]: https://git.p83.nl/peter/ekster/src/tag/1.0.0-rc.1
|
Loading…
Reference in New Issue
Block a user