Skip to content

Commit 971a879

Browse files
authoredJun 28, 2024··
Release 7.0.2 (#1241)
1 parent d1163ce commit 971a879

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ 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]
11+
## [7.0.2] - 2024-06-28
1212

1313
### Fixed
1414

15-
* Re-enabled overwriting of url field (regression since 7.0.0)
15+
* Allow overwriting of url field again (regression since 7.0.0)
1616
* Ensured that no fields are rendered when sparse fields is set to an empty value. (regression since 7.0.0)
1717

1818
## [7.0.1] - 2024-06-06

‎rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "djangorestframework-jsonapi"
2-
__version__ = "7.0.1"
2+
__version__ = "7.0.2"
33
__author__ = ""
44
__license__ = "BSD"
55
__copyright__ = ""

0 commit comments

Comments
 (0)
Please sign in to comment.