Add changelog item

This commit is contained in:
Benedikt Kulmann
2020-06-25 16:24:55 +02:00
parent 187a42fa7a
commit 242486fc57

View File

@@ -0,0 +1,6 @@
Enhancement: Remove paths from Makefile
We have a variable for the proto files path in our Makefile, but were not using
it. Changed the Makefile to use the PROTO_SRC variable where possible.
https://github.com/owncloud/ocis-settings/pull/33