v3.4.9
- Fixes #94 where users were unable to use
.append()to add a tag. This converts tag lists to a set and back to a list whenserialize()is called so we don't send an update when we append a tag that's already there.
.append() to add a tag. This converts tag lists to a set and back to a list when serialize() is called so we don't send an update when we append a tag that's already there.