From 1b6596cb6de39f66677ce7beca2bfd1b99119e01 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 31 Mar 2020 15:06:39 +0200 Subject: [PATCH] Add new version changelog --- changelog/0.1.1_2020-03-31/fix-eos-config.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/0.1.1_2020-03-31/fix-eos-config.md diff --git a/changelog/0.1.1_2020-03-31/fix-eos-config.md b/changelog/0.1.1_2020-03-31/fix-eos-config.md new file mode 100644 index 0000000000..e0e9ed645d --- /dev/null +++ b/changelog/0.1.1_2020-03-31/fix-eos-config.md @@ -0,0 +1,5 @@ +Bugfix: Fix eos config + +We have added missing config options for the home layout to the config struct that is passed to eos. + +https://github.com/owncloud/ocis-reva/pull/125