Skip to content

Commit

Permalink
Merge tag 'v3.2.0' into develop
Browse files Browse the repository at this point in the history
Prevent server caching on route registration.
Improve exception debug output and remove re-throwing
from encoder.
  • Loading branch information
lindyhopchris committed Nov 8, 2023
2 parents 195bb5f + 6a0281d commit 4f86051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec

## Unreleased

## [3.2.0] - 2023-11-08

### Added

- Exceptions converted to JSON:API errors when debug mode is on now include all previous exceptions.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
]
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"sort-packages": true
Expand Down

0 comments on commit 4f86051

Please sign in to comment.