From 464e76446ab3bb931ac2e695e28ae7002c0de333 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 6 May 2020 12:06:00 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff49878c66..93f24d8053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-thumbnails unreleased. + +[unreleased]: https://github.com/owncloud/ocis-thumbnails/compare/v0.1.1...master + +## Summary + +* Bugfix - Fix usage of context.Context: [#18](https://github.com/owncloud/ocis-thumbnails/issues/18) + +## Details + +* Bugfix - Fix usage of context.Context: [#18](https://github.com/owncloud/ocis-thumbnails/issues/18) + + The context was filled with a key defined in the package service but read with a key from the + package imgsource. Since `service.key` and `imgsource.key` are different types imgsource + could not read the value provided by service. + + https://github.com/owncloud/ocis-thumbnails/issues/18 + # Changelog for [0.1.1] (2020-04-21) The following sections list the changes in ocis-thumbnails 0.1.1.