From d2aa65a7f2ab1fc87774039871289ed5781d968a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20C=2E=20Riven=C3=A6s?= Date: Tue, 22 Sep 2020 11:00:33 +0200 Subject: [PATCH] Update HISTORY for 2.12.1 --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3067c69b8..df2c4f590 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ ## Version 2 +### 2.12.1 +* Fix of ``get_dataframe()`` for ``RegularSurface`` which fails in some case, cf issue #415 + ### 2.12.0 * New features: * Added method ``rename_subgrids`` for Grid() class.