Added changes description for redis

This commit is contained in:
Alex Root Junior 2022-04-11 04:19:35 +03:00
parent 2074bc63ff
commit ddce04f45f
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

3
CHANGES/883.misc.rst Normal file
View file

@ -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.