Skip to content

Commit

Permalink
Updated Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaine committed Oct 18, 2019
1 parent 8460b0a commit a4eff84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4eff84

Please sign in to comment.