- SuperFeatures: Exclude SuperFeature model from bulbs `make_content` utility function
3.9.0
- Cleanup naming collisions between legacy **CMS Notifcations** and new **Notifications**. Now **CMS Notifications** are always referred to as `cms_notificiations`/`CmsNotifications`/etc.
3.8.2
- Special Coverage honors `full_preview` query param when not `active`.
3.8.1
- Added `ImageFieldSerializer` for `Notification.image` - Added `Notification` endpoint sorting support
3.8.0
- SuperFeatures: Added `super_features` w/ models, serializers & metadata - Infographics: Moved common `data_serializers.py` and `fields.py` to `utils/data_serializers.py` and `utils/fields.py`
3.7.1
- Notifications: Added Notification model. - Notifications: Added Notification cms endpoint (GET/POST/PUT). - Notifications: Added search by `internal_title` functionality to cms endpoint. - Notifications: Added descending `created_on` ordering to cms endpoint. - Notifications: Added Notification public endpoint (GET).