Skip to content

Commit 39fb42c

Browse files
committed
Clarified changelog that it is a regression
1 parent 6179681 commit 39fb42c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11+
## [Unreleased]
12+
13+
### Fixed
14+
15+
* Handled zero as a valid ID for resource (regression since 6.1.0)
16+
1117
## [7.0.2] - 2024-06-28
1218

1319
### Fixed
1420

1521
* Allow overwriting of url field again (regression since 7.0.0)
1622
* Ensured that no fields are rendered when sparse fields is set to an empty value. (regression since 7.0.0)
17-
* Handled zero as a valid ID in `get_resource_id` function.
1823

1924
## [7.0.1] - 2024-06-06
2025

0 commit comments

Comments
 (0)