Andrew Scott:
	- I would love if the .docmeta would start working
	- .docmeta, take 2
	- Fix the .docmeta
	- Forgot to bump minor
	- You can now create anonymous classes
	- Class names may no longer start with double underscores
	- You can now inherit from classes in other namespaces with a string using "Namespace.ClassName" as the string passed to NewClass() and Inherit()
	- - CallFunc() now calls functions in the order that they are inherited, starting with LibOO-10.Class and moving down from there - class.inherits now also contains indexed entries {[1] = class} in the order in which classes were inherited. It still holds {[class] = true} pairs as well. - Added tostring metamethods to namespaces and classes - The base namespace is now named "LibOO-10" instead of "LibOO-1.0" since it is intended for "." to be the delimiter between namespaces and classes.
cybeloras:
	- CreateFrame() parameters are no longer passed to OnNewInstance calls. Changed indentation to tabs instead of spaces.
	- TOC version bump
	- Fixed logic in validateType()
	- Added OnNewInstance and OnNewClass CallbackHandler-1.0 callbacks
	- Initial commit
