Deprecated Changes
==================

``virtual WidgetPointer make_widget()``

Has been deprecated in favor of:
``virtual WidgetPointer make_widget(const WidgetContext& context)``

The original function without the ``WidgetContext`` reference is still left in for backwards-compatibility, but
it is recommended to use the new function with the ``WidgetContext``.
