CHANGELOG.md in scrivito_resourcebrowser-0.0.4 vs CHANGELOG.md in scrivito_resourcebrowser-0.0.5
- old
+ new
@@ -1,4 +1,9 @@
+# v0.0.5
+ * Uploading a MIME type with no configured `obj_class` shows sensible error message.
+ * Show the app configurable `description_for_editor` as subtitle.
+ * Some visual improvements.
+
# v0.0.4
* The filters are now a simple hash instead of a function that returns a hash. This allows to
extend the filters multiple times. This is useful, when a gem wants to add filters to the ones
already defined in the application. (Thanks @gertimon)