== Version 1.1.1
* Internal organization changes.

== Version 1.1.0
* Added u.Keys() and u.Values().
* Added u.CreateOptionsPanel().AddLabel() and .AddCheckBoxGroup().
* u.CreateOptionPanel().AddCheckBox() now returns the y offset of the bottom of the check box.
* Bugfix - Resetting the defaults of a created option pane was not resetting the display as it should.

== Version 1.0.0
* Added u.WrapFunction()
* u.RegisterEventHandler() now supports MY_SPECIALIZATION_CHANGED.

== Version 0.2.1
* Added u.NoOp()
* Bugfix: u.CreateOptionsPanel().AddCheckBox() only worked correctly for the first one added.

== Version 0.2.0
* Added u.ShallowCopy()
* Added u.PrintTable()
* Added u.CreateOptionsPanel()
* Added u.Call()
* Added u.Pairs()

== Version 0.1.0
* Initial Release
