What's Changed
* Allow setting a log message size limit by LyubomirT in https://github.com/Kokonico/ObjLog/pull/2
* new get() method for the LogNode class, it returns a list of all LogMessages stored within it.
* added UUID's to messages, and severely improved performance of equalization code.
* added optional log_when_closed parameter to LogNode class to optionally log a message when you del the LogNode.
* LogNodes can now be converted to the amount of messages they contain via the built-in len() function
New Contributors
* LyubomirT made their first contribution in https://github.com/Kokonico/ObjLog/pull/2
**Full Changelog**: https://github.com/Kokonico/ObjLog/compare/1.0.0...1.1.0