Fix resolve filters chain (#736)

* filter resolving don`t need children routers filters

* add patchnote

* Rename 735.bugfix to 736.bugfix

* add tests for routers chains

* delete unused Router.chain property
This commit is contained in:
darksidecat 2021-11-08 23:27:20 +02:00 committed by GitHub
parent 1c2c7fd88c
commit 19aa498682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 8 deletions

1
CHANGES/736.bugfix Normal file
View file

@ -0,0 +1 @@
Fixed: bound filter resolving does not require children routers