Update CHANGELOG.md

This commit is contained in:
Eugene Burmakin 2024-12-20 16:34:51 +01:00
parent 9106328224
commit 0033dd4987

View file

@ -36,6 +36,8 @@ To mount a custom `postgresql.conf` file, you need to create a `postgresql.conf`
To ensure your database is using custom config, you can connect to the container (`docker exec -it dawarich_db psql -U postgres`) and run `SHOW config_file;` command. It should return the following path: `/etc/postgresql/postgresql.conf`.
An example of a custom `postgresql.conf` file is provided in the `postgresql.conf.example` file.
### Added
- A button on a year stats card to update stats for the whole year. #466