From ea72835b50e3c7437fc6062c7982ba0b2db64182 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 15 Jun 2021 13:10:51 +0200 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1afbab..d53b6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.2.0] + +### Fixed [1.2.0] + +- `sign_verify_detached/3` The code now verifies the size of signatures in detached mode. Before + this change, you could supply a larger binary and the code would only use the first `SIGNBYTES` + of the binary, assuming the signature were in there. Now, it fails with a badarg if the signature + doesn't match expectation in size. ## [1.1.1]