Add @history note to the new SRV dns function documentation.

This commit is contained in:
Tony Garnock-Jones 2016-02-21 12:56:58 -05:00
parent 8e05211169
commit 053ca45b22

View File

@ -77,6 +77,8 @@ in case the server does not provide this optional feature.
(eval:alts (dns-get-srv (dns-find-nameserver) "racket-lang.org" "xmpp-client" "udp") (eval:alts (dns-get-srv (dns-find-nameserver) "racket-lang.org" "xmpp-client" "udp")
(list)) (list))
] ]
@history[#:added "6.4.0.8"]
} }