add changelog

This commit is contained in:
Hugo Gonzalez Labrador
2021-08-03 15:00:58 +02:00
parent 9e09bbffc9
commit e1f6a109cc

View File

@@ -0,0 +1,6 @@
Enhancement: use only one go.mod file for project dependencies
We now use one single go.mod file at the root of the repository
rather than one per core extension.
https://github.com/owncloud/ocis/pull/2344