File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2727If you do not want to store your temporary directories and files in the
2828standard OS temporary directory, then you are free to override that as well.
2929
30+ ## An Important Note on Previously Undocumented Breaking Changes
31+
32+ All breaking changes that had been introduced, i.e.
33+
34+ - tmpdir must be located under the system defined tmpdir root.
35+ - Spaces being collapsed into single spaces
36+ - Removal of all single and double quote characters
37+
38+ have been reverted in v0.2.2 and tmp should now behave as it was before the
39+ introduction of these breaking changes.
40+
41+ In order to override the system's tmpdir, you will have to use the newly
42+ introduced tmpdir option.
43+
3044## An Important Note on Compatibility
3145
3246See the [ CHANGELOG] ( ./CHANGELOG.md ) for more information.
You can’t perform that action at this time.
0 commit comments