From f3d67cc3c25c7d3c344872ad182519a5485a9f96 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 29 Aug 2019 22:29:23 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a2bba..0482590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Global configuration file (~/.out-of-tree/out-of-tree.toml) allow to + set up default values for settings. + +- rootfs generator for Ubuntu 14.04. + +### Fixed + +- Spelling in output. + +- Now kernel generation will not fail if there are no directory + /lib/modules inside the container. + ## [1.0.0] 2019-08-20 ### Added