8000 [Docs] Update changelog · ossycodes/laravel-json-api@4fb9633 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fb9633

Browse files
committed
[Docs] Update changelog
1 parent 67b5ea2 commit 4fb9633

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6+
## Unreleased
7+
8+
### Changed
9+
10+
- [#589](https://github.com/cloudcreativity/laravel-json-api/issues/589) Bind request API classes into the service
11+
container as singletons. This is considered non-breaking because HTTP requests are always handled by new instances of
12+
the Laravel application. Binding these classes as singletons is no different from Laravel binding its HTTP request
13+
class as a singleton.
14+
615
## [3.3.0] - 2021-02-06
716

817
### Added

0 commit comments

Comments
 (0)
0