From 77fd7c5e87df897781ed330208f8bf86fe44a339 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Wed, 19 Feb 2020 00:24:39 +0100
Subject: [PATCH] [doc] create CHANGELOG

---
 src/CHANGELOG.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 src/CHANGELOG.md

diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md
new file mode 100644
index 0000000..c5cae7d
--- /dev/null
+++ b/src/CHANGELOG.md
@@ -0,0 +1,25 @@
+# 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).
+
+## [Unreleased]
+
+### Added
+
+- Read/write DEWIF file content #1
+- Aes256 encryption/decryption
+- hashs::Hash impl AsRef<[u8]>
+
+### Changed
+
+- Ed25519KeyPair::generate_signator cannot fail.
+
+### Security
+
+- Ed25519KeyPair must not expose seed
+
+## [0.8.0] - 2020-01-16
+
+Initial version.
-- 
GitLab