diff --git a/website/docs/changelog/1.0.0.md b/website/docs/changelog/1.0.0.md index 5a61e6fa..940a1296 100644 --- a/website/docs/changelog/1.0.0.md +++ b/website/docs/changelog/1.0.0.md @@ -14,4 +14,6 @@ Not yet released. - `/json/show_usage_stats` route is removed. - `/api/usage` and `/api/usage/stats` api endpoints are removed. - `max_disk` option is removed from `opencli docker-limits` and `--apply SIZE` is deprecated. -- Storage file is no longer needed nor created for the docker daemon. +- `/var/lib/docker.img` is no longer created on installation and mounted on `/var/lib/docker`. +- Setting disk limits for [rootful containers](https://github.com/stefanpejcic/openpanel-configuration/blob/main/docker/compose/newer-docker-compose.yml) is no longer supported. +-