add changelog

This commit is contained in:
A.Unger
2020-07-22 09:29:10 +02:00
parent 3704bb5be3
commit ca9e59c8b4

View File

@@ -0,0 +1,6 @@
Bugfix: Fix runtime error when type asserting on nil value
Fixed the case where an account UUID present in the context is nil, and type asserting it as a string would produce a runtime error.
https://github.com/owncloud/ocis-settings/pull/38
https://github.com/owncloud/ocis-settings/issues/37