8000 [Asset] Provide default context by ro0NL · Pull Request #21027 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Asset] Provide default context #21027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
ro0NL authored Sep 18, 2017
commit b8ab30bbd364bf71f0358ab09842bcff916fc0f5
6 changes: 6 additions & 0 deletions src/Symfony/Component/Asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

3.4.0
-----

* added optional arguments `$basePath` and `$secure` in `RequestStackContext::__construct()`
to provide a default request context in case the stack is empty

3.3.0
-----
* Added `JsonManifestVersionStrategy` as a way to read final,
Expand Down
0