updated ReleaseNotes.htm to fill in some history gaps (info extracted from SVN history)

This commit is contained in:
niel-archer 2011-12-30 01:39:26 +00:00
parent 564df001f8
commit 25e73825bd

View file

@ -6,21 +6,22 @@
<div> <div>
<div> <div>
<h3><u>2012</u> - Release 2.x.x</h3> <h3><u>2012</u> - Release 2.x.x</h3>
Added * Added
<ul> <ul>
<li>"Release Notes..." to help menu.</li> <li>"Release Notes..." to help menu.</li>
</ul> </ul>
Changed * Changed
<ul> <ul>
<li>Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.</li> <li>Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.</li>
<li>UTF-8 output no longer prefixes the B.O.M. character.</li> <li>UTF-8 output no longer prefixes the B.O.M. character.</li>
</ul> </ul>
Bugs Fixed: * Bugs Fixed:
<ul> <ul>
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li> <li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
<li>3461546 - ReleaseNotes.htm in source, but never used</li> <li>3461546 - ReleaseNotes.htm in source, but never used</li>
<li>no id - Fix for state change without state name passing syntax-check.</li>
</ul> </ul>
</div> </div>
@ -142,7 +143,23 @@
<div> <div>
<h3><u>2011</u> - Release 2.42</h3> <h3><u>2011-04-21</u> - Release 2.42</h3>
* Added: constants
<ul>
<li>CHANGED_REGION_START</li>
<li>PRIM_DESC</li>
<li>PRIM_NAME</li>
</ul>
* Added: functions (highlighting only):
<ul>
<li>llCastRay</li>
<li>llGetLinkNumberOfSides</li>
<li>llGetSPMaxMemory</li>
<li>llGetUsedMemory</li>
<li>llGetUsername</li>
<li>llRequestDisplayName</li>
<li>llRequestUsername</li>
</ul>
</div> </div>