From b06adb81bacb9577ee740a0ffbd88d2c06ce60bd Mon Sep 17 00:00:00 2001 From: nrdxp Date: Fri, 5 Mar 2021 19:17:24 +0000 Subject: [PATCH] Update Changelog for PR --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7fe19c..62f8e4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ **Fixed bugs:** -- Expected that not all packages are exported? [\#151](https://github.com/divnix/devos/issues/151) - Segmentation fault when generating iso [\#150](https://github.com/divnix/devos/issues/150) +**Documentation:** + +- lib: can depend on pkgs \(a la nixpkgs\#pkgs/pkgs-lib\) [\#147](https://github.com/divnix/devos/pull/147) + +**Merged pull requests:** + +- hosts: fix \#142 [\#143](https://github.com/divnix/devos/pull/143) + ## [v0.8.0](https://github.com/divnix/devos/tree/v0.8.0) (2021-03-02) **Implemented enhancements:** @@ -23,7 +30,6 @@ **Merged pull requests:** -- hosts: fix \#142 [\#143](https://github.com/divnix/devos/pull/143) - profiles: simplify profiles to suites [\#139](https://github.com/divnix/devos/pull/139) - pkgs: automatic source management [\#135](https://github.com/divnix/devos/pull/135) @@ -37,6 +43,7 @@ **Fixed bugs:** +- Expected that not all packages are exported? [\#151](https://github.com/divnix/devos/issues/151) - Missing shebang from flk.sh [\#131](https://github.com/divnix/devos/issues/131) - Rename Meta Issue [\#128](https://github.com/divnix/devos/issues/128) - specialisations break the `system` argument [\#46](https://github.com/divnix/devos/issues/46)