From dee001b126be1992a6cf810f4aa43c0fd3218b1f Mon Sep 17 00:00:00 2001 From: Kim Laine Date: Mon, 28 Oct 2019 16:40:31 -0700 Subject: [PATCH] Small changes to gitignore and Changes.md --- .gitignore | 1 + Changes.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df543d6b7..de001f37a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ native/src/seal/util/config.h **/.DS_Store **/GSL **/zlib +native/src/thirdparty dotnet/nuget/nuget.exe dotnet/nuget/SEALNet.nuspec diff --git a/Changes.md b/Changes.md index 39e448896..a46173280 100644 --- a/Changes.md +++ b/Changes.md @@ -11,7 +11,6 @@ encryption parameters do not support keyswitching. - Fixed a bug in `Decryptor::invariant_noise_budget` where the computed noise budget was `log(plain_modulus)` bits smaller than it was supposed to be. - Removed support for Microsoft GSL `gsl::multi_span`, as it was recently deprecated in GSL. -- Added Linux and macOS support to NuGet package system. ## Version 3.4.2