diff --git a/CHANGES.rst b/CHANGES.rst index ee72232..0d9c81e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ CHANGES master (unreleased) ------------------- +* Added ``InheritanceManagerMixin``, ``InheritanceQuerySetMixin``, + ``PassThroughManagerMixin``, and ``QueryManagerMixin`` to allow composing + their functionality with other custom manager/queryset subclasses (e.g. those + in GeoDjango). Thanks Douglas Meehan! + + 2.0 (2014.01.06) ----------------