update for 1.8
authorBob Halley <halley@nominum.com>
Mon, 25 Jan 2010 23:56:58 +0000 (15:56 -0800)
committerBob Halley <halley@nominum.com>
Mon, 25 Jan 2010 23:56:58 +0000 (15:56 -0800)
README

diff --git a/README b/README
index 7a8b4b60e18ec4de6aff84b911178a660f7982a3..b313d1c132e6852ab275a6fb474c6de73693748d 100644 (file)
--- a/README
+++ b/README
@@ -29,8 +29,15 @@ New since 1.7.1:
        Support for hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384
        and hmac-sha512 has been contributed by Kevin Chen.
 
+       The tokenizer's tokens are now Token objects instead of (type,
+       value) tuples.
+
 Bugs fixed since 1.7.1:
 
+        Escapes in masterfiles now work correctly.  Previously they
+       were only working correctly when the text involved was part of
+       a domain name.
+
        When constructing a DDNS update, if the present() method was
        used with a single rdata, a zero TTL was not added.