Skip to content

Commit 1104051

Browse files
committed
Fix heading levels
1 parent 153b6bd commit 1104051

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/community/release-notes.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,18 @@ You can determine your currently installed version using `pip show`:
4242

4343
**Date**: 6th August 2026
4444

45-
#### What's Changed
46-
47-
##### Breaking changes
45+
#### Breaking changes
4846

4947
* Drop support for Django 4.2, Django 5.0 and Django 5.1 by [@p-r-a-v-i-n](https://github.com/p-r-a-v-i-n) in [#9899](https://github.com/encode/django-rest-framework/pull/9899)
5048
* Change errors for list serializers (`many=True`) to dict format by [@p-r-a-v-i-n](https://github.com/p-r-a-v-i-n) in [#9837](https://github.com/encode/django-rest-framework/pull/9837)
5149

52-
##### Features
50+
#### Features
5351

5452
* Add support for Django 6.1 by [@browniebroke](https://github.com/browniebroke) in [#10003](https://github.com/encode/django-rest-framework/pull/10003)
5553
* Add `unaccent` to `SearchFilter` by [@mgaligniana](https://github.com/mgaligniana) in [#9385](https://github.com/encode/django-rest-framework/pull/9385)
5654
* Add `@throttle_scope` function based view decorator by [@d-ryzhykau](https://github.com/d-ryzhykau) in [#9963](https://github.com/encode/django-rest-framework/pull/9963)
5755

58-
##### Bug fixes
56+
#### Bug fixes
5957

6058
* Replace `cc_delim_re usage` with `split_header_value` for Django 6.1+ compatibility by [@laymonage](https://github.com/laymonage) in [#9978](https://github.com/encode/django-rest-framework/pull/9978)
6159
* Include `choices` param for non-editable fields by [@ticosax](https://github.com/ticosax) in [#9929](https://github.com/encode/django-rest-framework/pull/9929)
@@ -81,7 +79,7 @@ You can determine your currently installed version using `pip show`:
8179
* [@vishalanandl177](https://github.com/vishalanandl177) made their first contribution in [#10002](https://github.com/encode/django-rest-framework/pull/10002)
8280
* [@jdetaeye](https://github.com/jdetaeye) made their first contribution in [#9599](https://github.com/encode/django-rest-framework/pull/9599)
8381

84-
**Full Changelog**: [3.17.1...3.18.0](https://github.com/encode/django-rest-framework/compare/3.17.1...3.18.0)
82+
**Full Changelog**: [3.17.2...3.18.0](https://github.com/encode/django-rest-framework/compare/3.17.2...3.18.0)
8583

8684
## 3.17.x series
8785

0 commit comments

Comments
 (0)