Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 295 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 295 Bytes

Changelog

0.1.2

Changed all uses of Rc into Arc, for multi-threaded use.

0.1.1

  • Added From<NodeRef> implementation for HashMap<String, String> that gives an easier way to work with the DAG, if you don't care about forwarding relationships.

0.1.0

  • Initial release.