Skip to content
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

DOC Unquote title #10166

Merged
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/en/04_Changelogs/beta/4.10.0-beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ We've recently updated our [PHP support policy](/Getting_Started/Server_Requirem

## Features and enhancements {#features-and-enhancements}

### New `SS_TEMP_PATH` environment variable
### New SS_TEMP_PATH environment variable

This release adds support for a new `SS_TEMP_PATH` environment variable, which allows developers to control where a series of “temporary” files are created. These include [Manifests](/developer_guides/execution_pipeline/manifests), [Object Caching](/developer_guides/performance/caching) and [Partial Template Caching](/developer_guides/templates/partial_template_caching).

Expand Down