You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
9
9
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
10
10
11
-
## [Unreleased]
11
+
## [4.2.0] - 2021-05-03
12
12
13
13
### Added
14
14
@@ -26,16 +26,13 @@ any parts of the framework not mentioned in the documentation should generally b
26
26
name='order-related'),
27
27
```
28
28
* Ensure default `included_resources` are considered when calculating prefetches.
29
-
29
+
* Avoided error when using `include` query parameter on related urls (a regression since 4.1.0)
30
30
31
31
### Deprecated
32
32
33
33
* Deprecated default `format_type` argument of `rest_framework_json_api.utils.format_value`. Use `rest_framework_json_api.utils.format_field_name` or specify specifc `format_type` instead.
34
-
* Deprecated `format_type` argument of `rest_framework_json_api.utils.format_link_segment`. Use `format_value` instead.
34
+
* Deprecated `format_type` argument of `rest_framework_json_api.utils.format_link_segment`. Use `rest_framework_json_api.utils.format_value` instead.
35
35
36
-
### Fixed
37
-
38
-
* Avoided error when using `include` query parameter on related urls (a regression since 4.1.0)
0 commit comments