David T. Lewis uploaded a new version of Help-Squeak-Project to project Squeak 4.6:
http://source.squeak.org/squeak46/Help-Squeak-Project-dtl.27.mcz==================== Summary ====================
Name: Help-Squeak-Project-dtl.27
Author: dtl
Time: 5 July 2015, 10:37:43.338 am
UUID: 0c360d55-b3b9-444e-a3ef-27d99df70000
Ancestors: Help-Squeak-Project-dtl.26
Fix opening the release notes page in help browser (Help Browser -> Squeak -> The Project -> Release Notes)
=============== Diff against Help-Squeak-Project-dtl.26 ===============
Item was changed:
----- Method: SqueakProjectHelp class>>releaseNotes (in category 'pages') -----
releaseNotes
"This method was automatically generated. Edit it using:"
"a HelpBrowser edit: #releaseNotes"
^HelpTopic
title: 'Release Notes'
+ contents: TheWorldMainDockingBar new releaseNotes "<--- ugh, we will fix this later, for now may we not have TWO copies of the 8K release notes string in memory?"!
- contents: TheWorldMainDockingBar releaseNotes "<--- ugh, we will fix this later, for now may we not have TWO copies of the 8K release notes string in memory?"!