From c194be10091233d137ae0ec61aae15a0ceb07cd5 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 2 Jul 2015 17:49:51 -0500 Subject: [PATCH] release note update for 2.2.1 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b79ff5..88747a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,8 @@ with the OpenSSL project. * Assorted build fixes for musl, HP-UX, Mingw, Solaris. + * Initial support for Windows 2009, 2003, XP + * Protocol parsing conversions to BoringSSL's CRYPTO ByteString (CBS) API * Added EC_curve_nid2nist and EC_curve_nist2nid from OpenSSL