X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/05d7105ab9e4382f1eae5a1601b724473679250a..5ca20b5b1308faecf94f7ea1f3d91bc25f4c7903:/CHANGES

diff --git a/CHANGES b/CHANGES
index f90b832..032ed30 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+v0.3 --
+
+v0.2 -- Thu, 01 Mar 2012 14:10:17 +0100
+
+ * Timings are now cmputed with clock_gettime.
+ * Add ability to exit on detection of global convergence (-g).
+ * Protect shared variables for parallel executions.
+   Warning: parallel executions may give different results.
+ * More statistics are computed.
+ * Some new parameters (-k, -%, -E, ...)
+ * See git log for more details.
+
 v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200
 
-        * Initial working release.
+ * Initial working release.