4.0.1
Making the ChangeTime object thread safe (#46)
This affected the DataModelManager which should be thread safe. Mostly, things should not be affected, but it was throwing assertions if you access updateModel
or updateModels
from a different thread.