diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e2a3f787..5c63f4722d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238) * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) * Enhancement - Include etags in drives listing: [#3267](https://github.com/owncloud/ocis/pull/3267) * Enhancement - Improve thumbnails API: [#3272](https://github.com/owncloud/ocis/pull/3272) @@ -13,6 +14,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238) + + Tidy up the deployments/examples/ocis_individual_services example so that the + instructions work. + + https://github.com/owncloud/ocis/pull/3238 + * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) Improved the gif thumbnail generation for gifs with different disposal strategies.