diff --git a/docs_md/changelog.md b/docs_md/changelog.md index 891988f8..34fad8b7 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