add changelog

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-11-30 16:46:45 +01:00
committed by mmattel
parent b88ea444fb
commit 8817d634bd

View File

@@ -0,0 +1,7 @@
Enhancement: add global env variable extractor
We have added a little tool that will extract global env vars, that are loaded
only through os.Getenv for documentation purposes
https://github.com/owncloud/ocis/issues/4916
https://github.com/owncloud/ocis/pull/5164