From 6920cef31072cc081bc8f5a523c483771fd6ce88 Mon Sep 17 00:00:00 2001 From: Younes Nejahi Date: Wed, 12 Oct 2016 01:50:43 -0400 Subject: [PATCH] Updated change log to affect the new release. --- Change log | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Change log b/Change log index 17d76d382..3a6d87ed0 100644 --- a/Change log +++ b/Change log @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.8] - 10/12/2016 ++ Parallelizing CBMC branched algorithm using OpenMP ++ Bug Fixes + ## [1.7] - 04/21/2016 + Fix the bug of free Ewald class, which returns memory segmentation fault if ewald is not activated. TO DO: IntraSwap does not work properly. The bug is going to be fixed.