From c7db033776f2768cdb7b764fbaa45f5b206e29f7 Mon Sep 17 00:00:00 2001 From: Vladimir Mikryukov Date: Wed, 9 Aug 2023 11:37:17 +0300 Subject: [PATCH] upd changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b1fa5..3572608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2 For version numbering, we use the following convention: `MAJOR.MINOR.PATCH`. Each element increases numerically (e.g., `1.9.0` -> `1.10.0` -> `1.11.0`). +## v1.5.0 - [dev] + +- `Fixed` geometry of World Geographical Regions (duplicated vertices, loop crosses, anti-meridian problem) + ## v1.4.0 - [July 21, 2023] - `Added`: Estimation of Hurlbert's ES index (a measure of species diversity that accounts for sample size);