:orphan:

.. 
    Orphan hides the file from the doc compiler. Remove this for actual files

:tocdepth: 2

##############
Envision X.Y
##############

Dec 10, 2010

|web| HOOPS Envision for Web        |desktop| HOOPS 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:

.. image:: ../images/release-notes/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:

.. code-block:: cpp

    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
*************