summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-07-08 09:54:15 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2019-07-08 09:54:15 +0100
commit99fe2a62f23dde3eb1ffb6d29a7b0bea410ef88c (patch)
tree0864f61bb8c3319533a7c62ac58ee59a63857361
parent813c4c8a2e2adce03073e64bc322a4712f4d1bcf (diff)
downloadframework-99fe2a62f23dde3eb1ffb6d29a7b0bea410ef88c.tar.gz
framework-99fe2a62f23dde3eb1ffb6d29a7b0bea410ef88c.tar.bz2
framework-99fe2a62f23dde3eb1ffb6d29a7b0bea410ef88c.tar.xz
framework-99fe2a62f23dde3eb1ffb6d29a7b0bea410ef88c.zip
added changelog
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d94985a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+* 19.07
+ - Introduction of BlockFramework
+ - major revision and restructuring of the whole code
+ - rewritten io package
+
+* 19.02
+ - introduction of Algorithm class
+ - unit test expanded and moved to test directory
+ - unified build system on Jenkins based on CCPi-VirtualMachine repo
+ - switched to calendar versioning YY.0M.
+
+* 0.10.0
+
+* 0.9.4
+ - Initial release