Envision X.Y

Dec 10, 2010 - SHA: abcdefgh

web CEETRON Envision for Web desktop CEETRON Envision for Desktop

Fixed Bugs

CAE-42 Crash Fixed web desktop

Write the description of the bug fix/feature. Indicate with web (web) and desktop (desktop) in the header which SDKs this issue applies to.

I you want an image, copy the image to the ../../images/release-notes folder and insert it here like this:

../_images/cae42.png

If you refer to a class or a function in the text, mark them like this: Enable this feature be calling Myclass::useThisFeature.

If you have a whole code block you insert it as this:

int val = 42;
if (val == meaningOfLife())
{
    return true;
}

Bullet point lists like this. An empty line before is required.

  • Life

  • The universe

  • And everything

If you want something in bold, you do like this

New Features