diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-01-10 11:04:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:40:54 +0200 |
commit | 1e0ba5c083005ecbfde7b6218e5f46a6a06012d2 (patch) | |
tree | 06d7d9a3b2fa2330908eba41bb076c9b4b6eac15 /changelog | |
parent | 739a36dc0f006a206e24c96324cda192d5b6837b (diff) | |
download | Ishtar-1e0ba5c083005ecbfde7b6218e5f46a6a06012d2.tar.bz2 Ishtar-1e0ba5c083005ecbfde7b6218e5f46a6a06012d2.zip |
🐛 CSV result - fix missing columns (refs #5677) - 🩹 improve CSV result values
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 4 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a17fc9080..b0486623c 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -43,6 +43,10 @@ v4.0.XX - 2099-12-31 - geo sheet: - do not zoom or select point with no x, y coordinates - fix 2d point display +- imports - CSV result: + - fix missing columns (#5677) + - improve values format + v4.0.75 - 2024-04-16 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 9d8d3f0f6..19344b32f 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -45,6 +45,9 @@ v4.0.XX - 2099-12-31 - fiche géo : - retrait des fonctions de zoom et de sélection pour les points sans coordonnées x et y - correction de l'affichage de points 2D +- imports - CSV de résultat : + - correction de colonnes manquantes (#5677) + - amélioration du formatage des valeurs v4.0.75 - 2024-04-16 -------------------- |