diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d17fa89513192bf7d8ce0fa39e6e1449dc9b4f0..a276b5eada4abab9a64f7dfec2ae786cabbbbd03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 All notable changes to this project will be documented in this file.
 
 
+## v0.12.2 -  2020-10-01  - HDFML support
+
+### general:
+- HDFML support
+
+### technical:
+- installation script for HDFML adjusted, #183
+
 ## v0.12.1 -  2020-09-28  - examples in notebook
 
 ### general:
diff --git a/docs/_source/get-started.rst b/docs/_source/get-started.rst
index 67b03ce3644dd65eebc99b864285a8f6aad72d89..23dde79a07dae3e026921ac3392a38a64a45860e 100644
--- a/docs/_source/get-started.rst
+++ b/docs/_source/get-started.rst
@@ -9,19 +9,13 @@ Getting started with MLAir
 Install MLAir
 -------------
 
-MLAir is based on several python frameworks. To work properly, you have to install all packages from the
-:py:`requirements.txt` file. Additionally to support the geographical plotting part it is required to install geo
-packages built for your operating system. Name names of these package may differ for different systems, we refer
-here to the opensuse / leap OS. The geo plot can be removed from the :py:`plot_list`, in this case there is no need to
-install the geo packages.
-
 MLAir is based on several python frameworks. To work properly, you have to install all packages from the
 :py:`requirements.txt` file. Additionally to support the geographical plotting part it is required to install geo
 packages built for your operating system. Unfortunately, the names of these package may differ for different systems.
 In this instruction, we try to address users of different operating systems namely openSUSE Leap, Ubuntu and macOS.
 If the installation is still not working, we recommend skipping the geographical plot. We have put together a small
 workaround :ref:`Workaround to skip geographical plot`. For special instructions to install MLAir on the Juelich
-HPC systems, see ref:`Installation on Jülich HPC systems`.
+HPC systems, see :ref:`Installation on Jülich HPC systems`.
 
 Pre-requirements
 ~~~~~~~~~~~~~~~~