summaryrefslogtreecommitdiff
path: root/differences.md
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-04-03 11:49:05 -0700
committerBrian Wellington <bwelling@xbill.org>2020-04-03 11:49:05 -0700
commitfb9a23db43c6e175c9c19f93dd4a02d51ba141cc (patch)
tree51e1833052eee75d384edc9ed90c60c648e5468b /differences.md
parent7c6494f9a13397b51e369fd111479b36c3d647d6 (diff)
downloaddnspython-fb9a23db43c6e175c9c19f93dd4a02d51ba141cc.tar.gz
Mention immutable rdata.
Diffstat (limited to 'differences.md')
-rw-r--r--differences.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/differences.md b/differences.md
index 89e0e80..18c02cd 100644
--- a/differences.md
+++ b/differences.md
@@ -8,3 +8,7 @@ in the python 2 style on both python 2 and 3.
# Removed hash module
dns.hash module was removed. Use Python built in hashlib instead.
+
+# dns.rdata.Rdata instances are now immutable
+
+The replace() method can be used to create copies with changes.