doc: update CHANGELOG for v 2.2.2

This commit is contained in:
nodiscc
2020-04-11 12:36:42 +02:00
parent 5cb1908a5f
commit 6dcb2aab38
2 changed files with 21 additions and 1 deletions

View File

@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/). 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-11
### Changed
- Disable window manager compositor by default (improve video performance/prevent tearing)
- Update user.js to 0.1
### Added
- Documentation at https://debian-live-config.readthedocs.io/ (auto-generated with Sphinx/python script)
### Fixed
- Fix APT sources lists not present in the final image
- Improve/cleanup makefile and package lists
------------------------------- -------------------------------

View File

@@ -5,7 +5,7 @@ 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 ## [v2.2.2](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.2) - 2020-04-11
### Changed ### Changed
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed ### Fixed
- Fix APT sources lists not present in the final image
- Improve/cleanup makefile and package lists - Improve/cleanup makefile and package lists