Skip to content

v0.91.0

Choose a tag to compare

@manatlan manatlan released this 14 Mar 07:20
· 251 commits to main since this release

tag.set(x) is now deprecated .... you should use tag.clear(x) which is the same as :

tag.clear()
tag += x

(want to preserve get/set methods on tag, for futures versions > 1.0)