Changeset 1191
- Timestamp:
- 12/25/07 19:37:51 (10 months ago)
- Files:
-
- trunk/build/vfs/package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/vfs/package.php
r1190 r1191 38 38 * release notes 39 39 */ 40 $notes = <<<EOT40 $notes = utf8_encode(trim(' 41 41 - moved vfsStreamWrapper::PROTOCOL to vfsStream::SCHEME 42 42 - added new vfsStream::url() method to assist in creating correct vfsStream urls 43 43 - added vfsStream::path() method as opposite to vfsStream::url() 44 44 - a call to vfsStreamWrapper::register() will now reset the root to null (implemented because of a hint by David Zülke) 45 EOT;45 ')); 46 46 47 47 /**
