From a4eff8469f3f047247f24cd7df5533203767c465 Mon Sep 17 00:00:00 2001 From: Kim Laine Date: Fri, 18 Oct 2019 14:51:04 -0700 Subject: [PATCH] Updated Changes.md --- Changes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index d7823ad37..5bedfabbf 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,10 @@ ## Version 3.4.2 -This patch fixes [Issue 66](https://github.com/microsoft/SEAL/issues/66) reported on GitHub. +- Fixed bug reported in [Issue 66](https://github.com/microsoft/SEAL/issues/66) on GitHub. +- CMake does version matching now (correctly) only on major and minor version, not patch version, +so writing `find_package(SEAL 3.4)` works correctly and selects the newest version `3.4.x` it can +find. ## Version 3.4.1