2.0.13
	- Testing with AppVeyor.
	- Fixing sendAll on Windows [#72](https://github.com/kazu-yamamoto/dns/pull/72)
	- Implementing RetryLimitExceeded [#73](https://github.com/kazu-yamamoto/dns/pull/73)

2.0.12
	- Fixing Windows build again
2.0.11
	- Fixing the StateBinary.get32 parser [#57](https://github.com/kazu-yamamoto/dns/pull/57)
	- Removing bytestring-builder dependency [#61](https://github.com/kazu-yamamoto/dns/pull/61)
	- Fixing Windows build [#62](https://github.com/kazu-yamamoto/dns/pull/62)
2.0.10
	- Cleaning up the code. [#47](https://github.com/kazu-yamamoto/dns/pull/47)
2.0.9
	- Implemented TCP fallback after a truncated UDP response. [#46](https://github.com/kazu-yamamoto/dns/pull/46)
2.0.8
	- Better handling of encoding and decoding the "root" domain ".". [#45](https://github.com/kazu-yamamoto/dns/pull/45)
2.0.7
	- Add length checks for A and AAAA records. [#43](https://github.com/kazu-yamamoto/dns/pull/43)
2.0.6
	- Adding Ord instance. [#41](https://github.com/kazu-yamamoto/dns/pull/41)
	- Adding DNSSEC-related RRTYPEs [#40](https://github.com/kazu-yamamoto/dns/pull/40)
2.0.5
	- Supporting DNS-SEC AD (authenticated data). [#38](https://github.com/kazu-yamamoto/dns/pull/38)
	- Removing the dependency to blaze-builder.
2.0.4
	- Renaming a variable to fix preprocessor conflicts [#37](https://github.com/kazu-yamamoto/dns/pull/37)
2.0.3
	- Handle invalid opcodes gracefully. [#36](https://github.com/kazu-yamamoto/dns/pull/36)
2.0.2
	- Providing a new API: decodeMany.
2.0.1
	- Updating document.
2.0.0
	- DNSMessage is now monomorphic
	- RDATA is now monomorphic
	- Removed traversal instance for DNSMessage
	- EDNS0 encoding/decoding is now supported
	- Removed dnsMapWithType and dnsTraverseWithType functions
	- responseA and responseAAAA now take lists of IP addresses as their arguments
	- DNSHeader type no longer has qdCount, anCount, nsCount, and arCount fields
