From 9a8dbac6e220222ae7134ac213e88882ebac3974 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 6 Nov 2018 20:55:59 +0100 Subject: [PATCH] Changelog. --- .dockerignore | 4 +++- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 5206962bb..f2fda5e66 100644 --- a/.dockerignore +++ b/.dockerignore @@ -22,4 +22,6 @@ **/src/Squidex/Assets/*.* **/src/Squidex/appsettings.Development.json -**/src/Squidex/Properties/launchSettings.json \ No newline at end of file +**/src/Squidex/Properties/launchSettings.json + +CHANGELOG.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5184aec..15edfb7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.12.0 - 2018-11-06 + +### Features + +* **Contents**: Comments for content items. +* **Contents**: Specify limits for max number of assets via options +* **Assets**: Specify limits for max number of assets via options +* **UI**: List view for assets +* **UI**: Reorder contents in references fields. + +### Bugfixes + +* **GraphQL**: Fix languages with region support. + +Various small bugfixes for UI and API. + ## v1.11.0 - 2018-09-24 ### Features