diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2023-04-23 10:56:06 +0200 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2023-04-23 10:56:06 +0200 | 
| commit | f296615070f4c2ba605de9d8a8caee16c1987930 (patch) | |
| tree | 32c344a5bf727b587d022477e8c964b0f3ec7648 | |
| parent | b19744cd2f441c568819b66d88a0219489806f5a (diff) | |
| download | fietsboek-f296615070f4c2ba605de9d8a8caee16c1987930.tar.gz fietsboek-f296615070f4c2ba605de9d8a8caee16c1987930.tar.bz2 fietsboek-f296615070f4c2ba605de9d8a8caee16c1987930.zip  | |
update CHANGELOG
| -rw-r--r-- | CHANGELOG.rst | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ce963a..1731d71 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,12 +11,16 @@ Added  - Integration with ``hittekaart`` for heatmaps on the profile.  - A data version check at startup.  - The *Remove Breaks* transformer. +- Unfinished uploads are now shown to the user on the home page.  Changed  ^^^^^^^  - ``fietsctl`` now uses ``click`` for argument parsing, some CLI behavior might    have changed. +- All commands now assume ``fietsboek.ini`` as the default configuration path. +- `bleach <https://github.com/mozilla/bleach/>`__ has been replaced with `nh3 +  <https://pypi.org/project/nh3/>`__.  0.6.0 - 2023-03-08  ------------------  | 
