diff --git a/doc/md/CHANGELOG.md b/doc/md/CHANGELOG.md index 9de6a74..79fa504 100644 --- a/doc/md/CHANGELOG.md +++ b/doc/md/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +------------------------------- + +## [v2.2.2](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.2) - 2020-04-06 + +### Changed + +- Disable window manager compositor by default (improve video performance/prevent tearing) + +### Added + +- Documentation at https://debian-live-config.readthedocs.io/ (auto-generated with Sphinx/python script) + +### Fixed + +- Improve/cleanup makefile and package lists + + -------------------------------