aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: b509e4a7ce79871922e05f4e9af6b8ae5d2df7fe (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
26
27
28

# 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!)
- added Norwegian Bokmål (nb) translation (thanks kingu!)
- added Croatian (hr) translation (thanks milotype!)

### Changed

- updated dynaconf dependency to version 3 (thanks @rochabruno)
- update required python version to 3.8

### Fixed

## [0.1.0] - 2020-10-01

First tagged release, and start of notable change tracking.