summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2018-12-08 07:31:38 -0800
committerBob Halley <halley@dnspython.org>2018-12-08 07:31:38 -0800
commit86934f1670445d627e682d8d6410b385f6577621 (patch)
tree41e2fe84f622405fc4e042ea4cf55193bac1897c /README.md
parent77b4b574cd1c5b4caa35ff98077d965d60b1c8cf (diff)
downloaddnspython-86934f1670445d627e682d8d6410b385f6577621.tar.gz
further updates for 1.16.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01f75d8..9c1e2d8 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,11 @@ change information.
* dns.message.from_wire() now has an ignore_trailing option.
-* type signatures have been provided
+* type signatures have been provided.
+
+* module dns.hash is now deprecated, use standard Python libraries instead.
+
+* setup.py supports Cythonization to improve performance.
### Bugs fixed since 1.15.0:
@@ -85,6 +89,14 @@ change information.
* Rdata module importing is now locked to avoid races.
+* Several Python 3 incompatibilities have been fixed.
+
+* NSEC3 bitmap parsing now works with mulitple NSEC3 windows.
+
+* dns.renderer.Render supports TSIG on DNS envelope sequences.
+
+* DNSSEC validation now checks names properly [Issue #295]
+
### New since 1.14.0:
* IDNA 2008 support is now available if the "idna" module has been