From a501d3418bfc354c096712e906ec5f177adb98bc Mon Sep 17 00:00:00 2001 From: Insality Date: Sun, 17 Oct 2021 18:28:55 +0300 Subject: [PATCH] Add #125 to changelog --- docs_md/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs_md/changelog.md b/docs_md/changelog.md index 891988f..34fad8b 100644 --- a/docs_md/changelog.md +++ b/docs_md/changelog.md @@ -213,4 +213,5 @@ Have a good day. - If false (currently behaviour) - all poses for static grid is predefined and not depends on element's count (see example: static grid and static grid with dynamic poses) - **#132** Add example with grid add/remove with animations - **#112** Allow remap default Druid input bindings. -- **#66** Add `druid:set_whitelist()` and `druid.set_blacklist()` functions. It's affects only on input process step, you can allow/forbid interact with list of specific components \ No newline at end of file +- **#66** Add `druid:set_whitelist()` and `druid.set_blacklist()` functions. It's affects only on input process step, you can allow/forbid interact with list of specific components +- **#125** Now `component:set_input_priority()` affects on all component's children too \ No newline at end of file