Add changelog

This commit is contained in:
Joscha 2021-04-29 16:14:50 +02:00
parent 502654d853
commit 20a24dbcbf
2 changed files with 21 additions and 0 deletions

20
CHANGELOG.md Normal file
View File

@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Support for concurrent downloads
- Support for proper config files
- This changelog
### Changed
- Rewrote almost everything
- Redesigned CLI
### Removed
- Backwards compatibility with 2.x

View File

@ -4,6 +4,7 @@
Other resources:
- [Changelog](CHANGELOG.md)
- [Development Guide](DEV.md)
## Installation with pip