- Fix endless recursion on getting values from broken records proxy objects [tomgross]
1.1.0
------------------
New features:
- Give ``RecordsProxy`` a ``__parent__`` (the registry) in order to make it a good Zope citizen. This helps in context of z3cform binders and other similar situations, where a records proxy is used as context. [jensens]
1.0.4
------------------
Fixes:
- More cleanup: PEP8, isort, readability. [jensens]
1.0.3
------------------
Fixes:
- Replace deprecated ``zope.testing.doctestunit`` import with ``doctest`` module from stdlib. [thet]