add changelog

This commit is contained in:
jkoberg
2021-10-20 10:09:44 +02:00
parent 27dd8ff292
commit 5b60841ada
@@ -0,0 +1,6 @@
Enhancement: use go-embed insted of fileb0x
go-embed delivers already the funtionality we need but with less code. We decided to use it instead of 3rd party fileb0x
https://github.com/owncloud/ocis/issues/1199
https://github.com/owncloud/ocis/pull/2631