From 544d4a3221ae03d94aae6fe9496ef328bcbaa84b Mon Sep 17 00:00:00 2001
From: Matteo Cicuttin <datafl4sh@toxicnet.eu>
Date: Mon, 17 May 2021 17:36:52 +0200
Subject: [PATCH] Releasing v0.2.

---
 doc/changelog.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/changelog.md b/doc/changelog.md
index 59fa79f..9305240 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -12,10 +12,12 @@ Unavailable features:
 - In the Maxwell solver, the RK4 time integrator limits the practical values of the conducibility `sigma`. If the absolute value of `1 - sigma*sim.dt/(epsilon*const.eps0)` is greater than 1, the computation fails. This will be solved by leapfrog time integration in a subsequent version.
 - Repetitive sources on GPU.
 
-## Version v0.2 (NOT RELEASED YET)
+## Version v0.2
 - Fixed performance issue in the evaluation of boundary/interface sources (4463681c).
+- Compressed source data for upload on GPU (27bb4c44).
 - Added HIP support via Hipify (e6f5a020).
 - Switched back to C++17 due to various problems on Eigen and Mac OS X.
 - Use system GMSH if installed and only after look at the hardcoded path (a55af8ab).
 - Improved export to SILO. E, H, and J fields are now exportable as nodal or zonal variables. It is also possible to disable the export of a specific field, see `lua_api.md` (8a831181).
 - Leapfrog integration on CPU & GPU (e3d95022).
+
-- 
GitLab