Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed Sep 16, 2020
1 parent a7deb1f commit a6b8dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,10 @@ <h1 class="western">Variance Release History</h1>
</ul>
<blockquote>
<a name="releases_428"></a>
<h2 class="western">New to 4.2.8 (Sep 14 2020)</h2>
<h2 class="western">New to 4.2.8 (Sep 16 2020)</h2>
<blockquote>
<ul>
<li>Crash fix for toggling viewport display.</li>
<li>U-shape 'notch' can now be freely moved on the edge.</li>
<li>Speculative workaround for runtime-related issue.</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions Series 4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changelog for Variance

4.2.8

- Crash fix for toggling filled polygon display in the viewport.
- Speculative fix for runtime bug that surfaced in debug sessions. Seems like a garbage collection misfire - ChaosSettings instance in EntropyEval is randomly(?) null even though caller has it defined and the instance is pre-calculated in sampler and definitely not null. Using a variable to hold a reference to see if this avoids the problem.
- Unlock U subshape 2 horizontal offset.

Expand Down

0 comments on commit a6b8dd3

Please sign in to comment.