Commit: 7b8b90b71ea167665556f6784b6bbfe049d119c9 Parent: daf30726989c01c9746b280dfef679f3cd97a354 Author: Vi Grey Date: 2023-05-03 06:17 UTC Summary: Add 3.1.0 data to CHANGELOG.md CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3478033..4bca049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## 3.1.0 - 2023-0 +### Removed +- canary.txt +- The word "securetly" in the description in README.md because it felt too confident to say that, even if I think it's secure enough for most situations + +### Changed +- Moved source files from src/latchbox to src +- Using go mod system now instead of gb for vendoring + ## 3.0.0 - 2017-10-15 ### Added - Chacha20Poly1305 support