blob: 9a6b822fee0db6db7cbce3e6b9f877b4d31c3f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# CHANGELOG
Notable technical changes to the code base and schemas will be recorded here.
See also:
- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## [Unreleased]
### Added
- added Russian (ru) translation (thanks @artem.ru)
### Changed
- updated dynaconf dependency to version 3 (thanks @rochabruno)
### Fixed
## [0.1.0] - 2020-10-01
First tagged release, and start of notable change tracking.
|