From 467cb78999a44c6fe91535b5a40e6bb0c7620348 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 6 Apr 2020 19:39:49 +0200 Subject: [PATCH] doc: update CHANGELOG for 2.2.2 --- doc/md/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 + + -------------------------------