Merge remote-tracking branch 'open/master' into bogdan-merge-20-03-18

# Conflicts:
#	docs/source/changelog.rst

added missing changelog line
This commit is contained in:
bpaunescu 2018-03-20 17:13:30 +00:00
parent aaa9e8c83f
commit 79c7fd7c82

View File

@ -19,6 +19,8 @@ from the previous milestone release.
* java.security.cert.CRLReason added to the default Whitelist.
* java.security.cert.X509CRL serialization support added.
* Added ``NetworkMapCache.getNodesByLegalName`` for querying nodes belonging to a distributed service such as a notary cluster
where they all share a common identity. ``NetworkMapCache.getNodeByLegalName`` has been tightened to throw if more than
one node with the legal name is found.