diff --git a/CHANGES/883.misc.rst b/CHANGES/883.misc.rst new file mode 100644 index 00000000..8496c902 --- /dev/null +++ b/CHANGES/883.misc.rst @@ -0,0 +1,3 @@ +Solved common naming problem with middlewares that confusing too much developers +- now you can't see the `middleware` and `middlewares` attributes at the same point +because this functionality encapsulated to special interface.