From 695b9db59a8dfadc61cd46b668658ba13642aebd Mon Sep 17 00:00:00 2001 From: Simon Ninon Date: Sat, 17 Feb 2018 23:50:44 -0800 Subject: [PATCH] create CHANGELOG.md and documentation 1.1.0 release --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0ebad18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.1.0 +| Type | Details | +|------|---------| +|Date|February 17th, 2018| +|Tag|[v1.1.0](https://github.com/thibault-martinez/iota.lib.cpp/releases/tag/v1.1.0)| +|Description|Cross-Platform support, CI integration & buildchain improvement, little fixes & improvements| +|Added|| +|Changed|| +|Removed|| +|Upgrading|There is no breaking changes, upgrading from 1.0.0 to 1.1.0 should be smooth. Major changes are about windows support and boost dependency drop, that do not require any change on your side| + +## 1.0.0 +| Type | Details | +|------|---------| +|Date|February 1st, 2018| +|Tag|[v1.0.0](https://github.com/thibault-martinez/iota.lib.cpp/releases/tag/v1.0.0)| +|Description|This is the first stable release.
There may be lots of changes since the alpha and the beta that are can unfortunately not be detailed here.
Please refer to the latest wiki and doxygen documentation.| +|Added|-| +|Changed|-| +|Removed|-| +|Upgrading|-|