From 40b283760817092346a8e87bd7e654c6566f0cb2 Mon Sep 17 00:00:00 2001 From: Insality Date: Sun, 19 Jul 2020 13:10:54 +0300 Subject: [PATCH] Add changelog --- docs_md/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs_md/changelog.md b/docs_md/changelog.md index 1010700..7f397dc 100644 --- a/docs_md/changelog.md +++ b/docs_md/changelog.md @@ -99,5 +99,8 @@ Druid 0.5.0: - **Fix #71:** Blocker: blocker now correct block mouse hover event - **Fix #72:** Fix `return nil` in some `on_input` functions - **Fix #74:** Fix typo: strech -> stretch. Scroll function `set_extra_stretch_size` renamed +- **Fix #76:** Add params for lang text localization component +- **Fix #79:** Fix druid:remove inside on_input callback +- **Fix #80:** Fix hover set_enable typo function call - Add `component.tempalte.lua` as template for Druid custom component