From 4f64df68b772ecead222ea3be904f9d2e3a4ea4c Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Tue, 3 Oct 2023 07:54:00 -0700 Subject: [PATCH] add 2 remaining items for release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3516f1ea2d..4e3244a29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SEED Version 2.20.0 - + ## What's Changed ### New Features ๐ŸŽ‰ @@ -20,7 +20,6 @@ * Add envvar to specify loading test EEEJ dataset by @kflemin in https://github.com/SEED-platform/seed/pull/4254 * Default to excluding Address Line 1 as a matching criteria by @axelstudios in https://github.com/SEED-platform/seed/pull/4256 * Refactor map page for functionality and performance by @axelstudios in https://github.com/SEED-platform/seed/pull/4260 - ### Maintenance ๐Ÿงน * Remove Deprecated APIs by @axelstudios in https://github.com/SEED-platform/seed/pull/4049 * Lock `google-chrome` to v114 by @axelstudios in https://github.com/SEED-platform/seed/pull/4165 @@ -29,6 +28,7 @@ * Bump uwsgi from 2.0.17.1 to 2.0.22 in /requirements by @dependabot in https://github.com/SEED-platform/seed/pull/4209 * Allow analysis property view related properties to be null by @perryr16 in https://github.com/SEED-platform/seed/pull/4227 * Disable ability to remove matching criteria fields once inventory is added by @perryr16 in https://github.com/SEED-platform/seed/pull/4222 +* Add documentation for cleaning up conflicting column names during migration by @nllong in https://github.com/SEED-platform/seed/pull/4264 ### Bug Fixes ๐Ÿ› * Add Open Street Map to CSP rules by @axelstudios in https://github.com/SEED-platform/seed/pull/4169 * add error handling for sf edge case by @kflemin in https://github.com/SEED-platform/seed/pull/4159 @@ -42,6 +42,7 @@ * Fix Meter Overwrites by @axelstudios in https://github.com/SEED-platform/seed/pull/4250 * Fix filter group dropdown bugs by @ebeers-png in https://github.com/SEED-platform/seed/pull/4249 * Fix EEEJ analysis errors when there are no lat/long or address by @kflemin in https://github.com/SEED-platform/seed/pull/4247 +* ArcGIS CSP rule by @axelstudios in https://github.com/SEED-platform/seed/pull/4265 **Full Changelog**: https://github.com/SEED-platform/seed/compare/v2.19.0...v2.20.0