add super hack to support undeclared polymorphic adapter fields (#84)

This commit is contained in:
Ryan Brink
2021-08-14 21:02:23 -04:00
committed by GitHub
parent c32c91829b
commit 6ba3617e32
13 changed files with 177 additions and 5 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [1.6.0] - August 12, 2021
## [1.7.0] - August 14th, 2021
### Added
- Added ability to inject an emergency `UndeclaredField` in the event of certain polymorphic serializers and such
## [1.6.0] - August 12th, 2021
### Added