diff --git a/signature/signature_derive/CHANGELOG.md b/signature/derive/CHANGELOG.md similarity index 100% rename from signature/signature_derive/CHANGELOG.md rename to signature/derive/CHANGELOG.md diff --git a/signature/derive/CHANGES.md b/signature/derive/CHANGES.md deleted file mode 100644 index eb7886b25..000000000 --- a/signature/derive/CHANGES.md +++ /dev/null @@ -1,18 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## 1.0.0-pre.2 (2020-04-19) -### Changed -- Rename `DigestSignature` => `PrehashSignature` ([#96]) - -[#96]: https://github.com/RustCrypto/traits/pull/96 - -## 1.0.0-pre.1 (2020-03-08) -### Added -- Initial Changelog for `signature_derive` -- Rustdoc ([#79]) - -[#79]: https://github.com/RustCrypto/traits/pull/79