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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# _Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
@@ -8,6 +8,12 @@ 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]
12
+
13
+
### Fixed
14
+
15
+
* Ensured that an empty `included` array is returned in responses when the `include` query parameter is present but no related resources exist.
16
+
11
17
## [8.0.0] - 2025-07-24
12
18
13
19
### Added
@@ -31,7 +37,7 @@ any parts of the framework not mentioned in the documentation should generally b
31
37
* Removed support for Django 5.0.
32
38
* Removed built-in support for generating OpenAPI schema. Use [drf-spectacular-json-api](https://github.com/jokiefer/drf-spectacular-json-api/) instead.
33
39
34
-
## [7.1.0] - 2024-10-25
40
+
## [7.1.0] - 2024-10-25_
35
41
36
42
This is the last release supporting Python 3.8, Django 5.0 and Django REST framework 3.14.
0 commit comments