Skip to content

Commit

Permalink
docs: v4.0.15 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jan 17, 2025
1 parent 5c1d634 commit 268519a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# Changelog

## v4.0.15

### Bug fixes

* [36cee399c](https://github.com/api-platform/core/commit/36cee399cfd519355b03d0406921066a22ab474c) fix(state): skip Content-Location header for GET requests (#6901)
* [dba9de197](https://github.com/api-platform/core/commit/dba9de197001e91094e594f0e4dc638007cce7a6) fix(symfony): fix property restrictions for root resource with dynamic validation groups (#6908)

### Features

* [421d97ecf](https://github.com/api-platform/core/commit/421d97ecfdbc7d699a3d017d1e3ae3827a38b216) feat(laravel): add support for backed enum normalizers (#6911)

Also contains [v3.4.15 changes](#v3415).

## v4.0.14

### Bug fixes

* [97cdb6b3f](https://github.com/api-platform/core/commit/97cdb6b3f43471789e096c9dc3a0c3c7b6d4e43c) fix(state): remove ProcessorInterface laravel specific type
* [b12a0d005](https://github.com/api-platform/core/commit/b12a0d005fda58a162b82a3574e6ee877838a55b) fix(graphql): register types for parameter args (#6895)

Also contains [v3.4.14 changes](#v3414).

## v4.0.13

### Bug fixes
Expand Down Expand Up @@ -138,7 +153,7 @@ Also contains [v3.4.6 changes](#v346).
* [c47e2996e](https://github.com/api-platform/core/commit/c47e2996e51c587c998fde88903703bd6ac9a43c) fix: default format and standard_put values
* [e327f5f69](https://github.com/api-platform/core/commit/e327f5f69c823c1ed674eefc0eb2551e30fb36bd) fix(symfony): namespace of path segment name generator services (#6642)

Notes:
Notes:

`standard_put=true` is now the default, you can set it to `false` using `extra_properties.defaults`

Expand Down

0 comments on commit 268519a

Please sign in to comment.