Skip to content

Commit

Permalink
docs: fix heading levels in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncitylights committed Apr 15, 2024
1 parent 39a97d3 commit 2dd31a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
- `MediaTypeParser::parseOrNull()`, `MediaTypeParse::parse()` now also accepts passing `null` values as an argument, the new argument type is `string|null`.


## Bug fixes
### Bug fixes

- Fixes minor bug in `MediaType::isFont()` method; it will now correctly return `true` for media types that have an essence of `application/vnd.ms-opentype`.

## Deprecated
### Deprecated

- `MediaTypeParser::parse()` is deprecated and renamed to `MediaTypeParser::parseOrThrow()`, to be more explicit that it can throw exceptions. Call `MediaTypeParser::parseOrThrow()` instead.

Expand Down

0 comments on commit 2dd31a8

Please sign in to comment.