@@ -49,6 +49,11 @@ Remember this when somebody tells you again that they need Google Fonts ([nope](
- Added `incidence` chart for cases, recoveries, and deaths.
Fixes #3.
### 08.12.2020
- Added `per-100k` chart data option.
Fixes #4.
### 06.12.2020
- Changed the way rolling average is calculated: a rolling average over `n` days for the current day is now calculated from data from the day and `n-1` proceeding days, instead of centering the rolling average on the selected day.