This commit is contained in:
Kim Laine (HE/HIM) 2024-05-15 10:28:29 -07:00
Родитель 72d45a6719
Коммит 6fcc25b83e
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,12 @@
# List of Changes
## Version 4.1.2
- Merged [(PR #619)](https://github.com/microsoft/SEAL/pull/619): Removed unqualified calls to `std::move`.
- Merged [(PR #651)](https://github.com/microsoft/SEAL/pull/651): Fixed filename typos in native examples.
- Merged [(PR #662)](https://github.com/microsoft/SEAL/pull/662) and [(PR #666)](https://github.com/microsoft/SEAL/pull/666): Fixed broken links in [README.md](README.md).
- Merged [(PR #669)](https://github.com/microsoft/SEAL/pull/669): Removed extra semicolons that caused compiler warnings.
## Version 4.1.1
### Bug Fixes

Просмотреть файл

@ -23,7 +23,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
message(STATUS "Build type (CMAKE_BUILD_TYPE): ${CMAKE_BUILD_TYPE}")
project(SEAL VERSION 4.1.1 LANGUAGES CXX C)
project(SEAL VERSION 4.1.2 LANGUAGES CXX C)
########################
# Global configuration #