Along with a bunch of bug fixes, the code can now handle objects that can go deep. Example: a Dict can be inside of another Dict, which is inside of another Dict. If an Observe object is instantiated over the top most Dict, and if the innermost Dict is updated, the notify method of the Observe object is triggered. This wasn't being done in the previous releases.