Skip to content

Commit 6111dce

Browse files
committed
Update release notes
1 parent 9fdb661 commit 6111dce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/topics/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`:
4242

4343
### Master
4444

45+
* Serializers now support bulk create and bulk update operations.
4546
* Regression fix: Date and time fields return date/time objects by default. Fixes regressions caused by 2.2.2. See [#743][743] for more details.
4647
* Bugfix: Fix 500 error is OAuth not attempted with OAuthAuthentication class installed.
4748
* `Serializer.save()` now supports arbitrary keyword args which are passed through to the object `.save()` method. Mixins use `force_insert` and `force_update` where appropriate, resulting in one less database query.

0 commit comments

Comments
 (0)