@@ -40,6 +40,24 @@ You can determine your currently installed version using `pip freeze`:
## 3.4.x series
### 3.4.2
**Date**:[5th August 2016][3.4.2-milestone]
Include kwargs passed to 'as_view' when generating schemas. ([#4359][gh4359], [#4330][gh4330], [#4331][gh4331])
Access `request.user.is_authenticated` as property not method, under Django 1.10+ ([#4358][gh4358], [#4354][gh4354])
Filter HEAD out from schemas. ([#4357][gh4357])
extra_kwargs takes precedence over uniqueness kwargs. ([#4198][gh4198], [#4199][gh4199], [#4349][gh4349])
Correct descriptions when tabs are used in code indentation. ([#4345][gh4345], [#4347][gh4347])
Change template context generation in TemplateHTMLRenderer. ([#4236][gh4236])
Serializer defaults should not be included in partial updates. ([#4346][gh4346], [#3565][gh3565])
Consistent behavior & descriptive error from FileUploadParser when filename not included. ([#4340][gh4340], [#3610][gh3610], [#4292][gh4292], [#4296][gh4296])