docs(changelog): document bug fix for querying with multiple EAV kwargs

This commit is contained in:
Mike 2023-09-06 22:22:06 -07:00
parent d45e31520e
commit d2ceab3af4

View file

@ -8,6 +8,8 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
### Bug Fixes
- Fixes querying with multiple eav kwargs [#395](https://github.com/jazzband/django-eav2/issues/395)
## 1.4.0 (2023-07-07)
### Features