Adding Link paramter to llClearMedia() highlighting. Updated Release Notes.

This commit is contained in:
Ima Mechanique 2012-11-18 13:56:09 +00:00
parent a9db752cfa
commit 5ee142ee4d
3 changed files with 11 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
<div>
<div>
<h3><span class="date">2012-10-00</span> - Release 2.47.0</h3>
<h3><span class="date">2012-11-18</span> - Release 2.47.0</h3>
<div>
* Made note and script files conceptually different. Giving each their own open/save dialogues etc. Notes will always be UTF-8 encoded (without BOM), just as in SL.
</div>
@ -45,6 +45,12 @@
<li>llWanderWithin() - function signature and description are changed.</li>
</ul>
</div>
<div>
* Fixed:
<ul>
<li>llClearLinkMedia() - added the missing Link parameter (to the emulation stub and highlighting).</li>
</ul>
</div>
</div>
<div>
<h3><span class="date">2012-04-24</span> - Release 2.46.0</h3>