summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-10 10:32:40 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-10 17:32:47 +0200
commit5e78b523934f8a133ce6e0c02955f4b926d8aca1 (patch)
treea0d05e9364496868dde17d519245f248db780aeb /CHANGELOG.md
parentb46c6df6322e09c05a34acca69403fd4ebd238ba (diff)
Release 15.0.415.0.4
Changed - Update Explore page feeds and design #860 Fixed - Fix usage of at() in unittests #864 - Fix minor issues, prepare for foreign keys and check feeds #862 - Fix multiple results for guid_hash #861 - Fix missing type info of entities #858 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf29c37da..3bd43f894 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 15.0.4
+
+### Changed
+- Update Explore page feeds and design #860
+
+### Fixed
+- Fix usage of at() in unittests #864
+- Fix minor issues, prepare for foreign keys and check feeds #862
+- Fix multiple results for guid_hash #861
+- Fix missing type info of entities #858
+
## 15.0.3
### Changed