Changeset should snapshot data as it is added
Status: Inactive
Brought to you by:
thiloplanz
When adding data to a Changeset (for example using "insert"), the Changeset should take a snapshot of that data to ensure
that any changes to the data object instance later on have no effect.
This is obviously only a problem with mutable data (such as Date, or IntegerSet)