From 81129e55491d83ac670acf9f4e2416d3cfd68190 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 20 Mar 2019 14:41:52 +0100
Subject: [PATCH] [web] Updated changelog.

---
 .../releases/{6.1.0.pandoc => 6.1.0.md}        |  0
 .../releases/{6.2.0.pandoc => 6.2.0.md}        | 18 ++++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)
 rename web/content/releases/{6.1.0.pandoc => 6.1.0.md} (100%)
 rename web/content/releases/{6.2.0.pandoc => 6.2.0.md} (97%)

diff --git a/web/content/releases/6.1.0.pandoc b/web/content/releases/6.1.0.md
similarity index 100%
rename from web/content/releases/6.1.0.pandoc
rename to web/content/releases/6.1.0.md
diff --git a/web/content/releases/6.2.0.pandoc b/web/content/releases/6.2.0.md
similarity index 97%
rename from web/content/releases/6.2.0.pandoc
rename to web/content/releases/6.2.0.md
index 0778830906f..d77147e9b62 100644
--- a/web/content/releases/6.2.0.pandoc
+++ b/web/content/releases/6.2.0.md
@@ -1,6 +1,6 @@
 +++
 date = "2019-03-13T11:00:13+01:00"
-title = "6.2.0-rc1"
+title = "6.2.0"
 author = "Lars Bilke"
 release_date = "2019-03-20"
 
@@ -31,9 +31,9 @@ note = """
 
 The following notable changes and new features were implemented between OpenGeoSys 6.1.0 and 6.2.0:
 
-### Features
+## Features
 
-#### New processes
+### New processes
 
 - HeatTransportBHE process supporting 1U, CXA, and CXC BHE types. [#2221](https://github.com/ufz/ogs/pull/2221), [#2332](https://github.com/ufz/ogs/pull/2332),
   [#2271](https://github.com/ufz/ogs/pull/2271), [#2275](https://github.com/ufz/ogs/pull/2275)
@@ -44,7 +44,7 @@ The following notable changes and new features were implemented between OpenGeoS
 - ComponentTransport process in revised formulation. [#2200](https://github.com/ufz/ogs/pull/2200)
 - Multi-component transport process. [#2304](https://github.com/ufz/ogs/pull/2304)
 
-#### Other process' changes
+### Other process' changes
 
 - A Jacobian tester: a process's Jacobian assembly can be compared to a
   numerical Jacobian (mostly for development. [#2238](https://github.com/ufz/ogs/pull/2238)
@@ -108,7 +108,8 @@ The following notable changes and new features were implemented between OpenGeoS
 - Add MFront/TFEL solid constitutive relation support via.
   MFrontGenericInterfaceSupport library. CMake option `OGS_USE_MFRONT`. [#2259](https://github.com/ufz/ogs/pull/2259)
 - Infrastructure for multi-phase, multi-component material properties library.
-  [#2303](https://github.com/ufz/ogs/pull/2303)
+  [#2303](https://github.com/ufz/ogs/pull/2303),
+  [#2415](https://github.com/ufz/ogs/pull/2415)
 - Anisotropic tensors may now be given in given local coordinate system. [#2370](https://github.com/ufz/ogs/pull/2370)
 - Non-constant density model implementation in HC process. [#2200](https://github.com/ufz/ogs/pull/2200)
 - Add second derivatives of permeability functions in Richards flow. [#2188](https://github.com/ufz/ogs/pull/2188)
@@ -171,6 +172,7 @@ The following notable changes and new features were implemented between OpenGeoS
 - added custom VTK filter to represent raster data as point clouds. [#2121](https://github.com/ufz/ogs/pull/2121)
 - geometrical points can now be converted into station points. [#2369](https://github.com/ufz/ogs/pull/2369)
 - fixed issue with geometrical surfaces not being loaded correctly. [#2388](https://github.com/ufz/ogs/pull/2388)
+- Replace deprecated QVTKWidget with QVTKOpenGLWidget [#2432](https://github.com/ufz/ogs/pull/2432)
 
 ### Other notable code changes
 
@@ -187,7 +189,7 @@ The following notable changes and new features were implemented between OpenGeoS
 - Remove unused MeshSubsets class. [#2135](https://github.com/ufz/ogs/pull/2135)
 - Removed writing of xsd header in XML files, [#2198](https://github.com/ufz/ogs/pull/2198)
 
-### Infrastructure
+## Infrastructure
 
 - Migrated LFS storage from GitLab to [Artifactory](https://ogs.jfrog.io/ogs).
   [#2359](https://github.com/ufz/ogs/pull/2359)
@@ -202,7 +204,7 @@ The following notable changes and new features were implemented between OpenGeoS
   unifying documentation and general OGS info. [#2088](https://github.com/ufz/ogs/pull/2088), [#2095](https://github.com/ufz/ogs/pull/2095), [#2123](https://github.com/ufz/ogs/pull/2123)
 - Speed-up CMake run time. [#2072](https://github.com/ufz/ogs/pull/2072), [#2392](https://github.com/ufz/ogs/pull/2392)
 
-#### CMake options changes
+### CMake options changes
 
 - `OGS_USE_PYTHON` enables Python BCs. [#2170](https://github.com/ufz/ogs/pull/2170)
 - `OGS_BUILD_TESTS` was renamed to `BUILD_TESTING`. [#2350](https://github.com/ufz/ogs/pull/2350)
@@ -211,7 +213,7 @@ The following notable changes and new features were implemented between OpenGeoS
   [#2233](https://github.com/ufz/ogs/pull/2233)
 - `OGS_USE_CONAN=ON` is now the default when `conan` was found. [#2207](https://github.com/ufz/ogs/pull/2207)
 
-#### Version info
+### Version info
 
 - CMake minimum version 3.10
 - Visual Studio minimum (and tested) version 2017
-- 
GitLab