From a0a3e4ad75004b09c5ad19ba9355a6c5fcfd95e0 Mon Sep 17 00:00:00 2001 From: Jerry Ryan Date: Wed, 30 May 2018 15:06:30 -0400 Subject: [PATCH] small file fix --- Release_Notes.MD => Release_Notes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename Release_Notes.MD => Release_Notes.md (67%) diff --git a/Release_Notes.MD b/Release_Notes.md similarity index 67% rename from Release_Notes.MD rename to Release_Notes.md index 30f94ad2b..f7291bbbf 100644 --- a/Release_Notes.MD +++ b/Release_Notes.md @@ -2,11 +2,11 @@ PALISADE v1.1.1 includes bug fixes and minor optimizations: -Fixes minor bugs in NativeInteger and multiprecision backends (BigInteger) -Deals properly with a low-probability rounding error in BFVrns -Fixes a compilation error on some CentOS systems -Improves the performance of NativeInteger -Fixes a couple of other minor bugs +* Fixes minor bugs in NativeInteger and multiprecision backends (BigInteger) +* Deals properly with a low-probability rounding error in BFVrns +* Fixes a compilation error on some CentOS systems +* Improves the performance of NativeInteger +* Fixes a couple of other minor bugs 12/29/2017: PALISADE v1.1 is released -- GitLab