TeaScript Breaking Changes in the actual release
=================================================

    Changes in TeaScript language
    ------------------------------------
    

    Changes in CoreLibrary functionality
    ------------------------------------


    Changes on C++ API level
    ------------------------------------


    Visibility of Core Library functions
    ------------------------------------
    The following Core Library functions moved up to Level CoreReduced:
    
    The following Core Library functions moved up to Level Core:
    
    The following Core Library functions moved up to Level Util:
    
    The following Core Library functions moved up to Level Full:


TeaScript list of deprecated parts
=================================================

    The following deprecated parts have been finally removed from this release:
    
    class LibraryFunction0<> to LibraryFunction5<> are finally removed now.
    Please, use the new and generic one fits for all LibraryFunction<> instead.
    
    The temporary macro TEASCRIPT_DISABLE_GETVALUE_CONSTCHECK for restoring previous faulty behavior is removed again.
    Please use either GetValue< Type const >() instead or the
    more clean variant by calling one of GetConstValue()|GetMutableValue() or GetValueCopy().


    The following parts are now deprecated and will be removed in some future release:
    
    _f64toi64 is still deprecated.
    Please, use the cast operator 'as' instead (recommended) (or alternatively to_i64).

