diff --git a/Modules/Core/changelog.yml b/Modules/Core/changelog.yml
index d5f8f7cee..9d1f0c931 100644
--- a/Modules/Core/changelog.yml
+++ b/Modules/Core/changelog.yml
@@ -3,6 +3,7 @@ versions:
"@unreleased":
added:
- New Hungarian translations
+ - new i18nFile
& normalFile
macros
changed:
- Updating Dutch translations
- Fix Carbon locale
diff --git a/Modules/Media/changelog.yml b/Modules/Media/changelog.yml
index 74ad27ffc..b10fd6bcc 100644
--- a/Modules/Media/changelog.yml
+++ b/Modules/Media/changelog.yml
@@ -1,5 +1,8 @@
url: https://github.com/AsgardCms/Platform
versions:
+ "@unreleased":
+ added:
+ - New MediaMuliple component for vuejs projects
"3.5.1":
changed:
- Modify media controller to use Imagy non-statically
diff --git a/Modules/Page/changelog.yml b/Modules/Page/changelog.yml
index cf0890004..31ecca4f3 100644
--- a/Modules/Page/changelog.yml
+++ b/Modules/Page/changelog.yml
@@ -1,9 +1,12 @@
url: https://github.com/AsgardCms/Platform
versions:
"@unreleased":
+ added:
+ - Add canonical and metadata for pages
changed:
- Don't show draft pages
- Throw a 404 if page status is disabled
+ - Fixed a bug that checked the last radio even if wasn't the right one
"3.5.2":
changed:
- Adding support for UTF-8 slug for non ASCII characters (Chinese etc.)