v1.16.0
What's Changed
The methods GRPlatform>>newTemporaryFileReference
and GRPlatform>>newTemporaryFileReferenceNamed:
were deprecated in favour of GRPlatform>>newTemporaryFile
and GRPlatform>>newTemporaryFileNamed:
which have been given an implementation in all supported platforms. The previous versions only existed in Pharo to support the (unreleased) streaming file upload requests in Seaside.
Full Changelog: v1.15.2...v1.16.0