@@ -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] ( https://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
+ ## [ 8.0.0 ] - 2025年07月24日
12
12
13
13
### Added
14
14
@@ -17,9 +17,8 @@ any parts of the framework not mentioned in the documentation should generally b
17
17
18
18
### Fixed
19
19
20
- * Ensured that interpreting ` include ` query parameter is done in internal Python naming.
21
- This adds full support for using multipart field names for includes while configuring ` JSON_API_FORMAT_FIELD_NAMES ` .
22
- * Ensured that sparse fieldset fully supports ` JSON_API_FORMAT_FIELD_NAMES ` .
20
+ * Ensured that compound documents' ` include ` query parameter fully support ` JSON_API_FORMAT_FIELD_NAMES ` .
21
+ * Ensured that sparse fieldset's ` fields ` query parameter fully supports ` JSON_API_FORMAT_FIELD_NAMES ` .
23
22
24
23
### Changed
25
24
0 commit comments