From 6a795c9b1365604bd10100a1a100ecf3c53a7ad4 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 23 Apr 2019 10:27:34 +0200 Subject: [PATCH] add changelog section --- core/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index db26df056..a8ef4cba8 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file. This projec ## 1.0.17 (23. April 2019) +### Fixed + + [#1799](https://github.com/luyadev/luya/issues/1799) Use relative config file path for luya binary file. + [#1914](https://github.com/luyadev/luya/issues/1914) Fixed problem with `RobotsFilter` when used in multiple forms on the same CMS page. + +### Added + + [#1912](https://github.com/luyadev/luya/issues/1912) Added `ObjectHelper::isTraitInstanceOf` method to check whether an object contains a certain trait or not. ## 1.0.16 (1. April 2019)