From dbc983ec6ba3079c3a9280bc861b8871d5f103a0 Mon Sep 17 00:00:00 2001
From: Rob Hanna - NOAA <90854818+RobHanna-NOAA@users.noreply.github.com>
Date: Tue, 23 Jul 2024 18:11:13 -0600
Subject: [PATCH] Update CHANGELOG.md
---
docs/CHANGELOG.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index ba0d94ca..55d2febd 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,17 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.
+## v4.5.x.x - 2024-07-24 - [PR#1233](https://github.com/NOAA-OWP/inundation-mapping/pull/1233)
+
+In a PR [1217](https://github.com/NOAA-OWP/inundation-mapping/pull/1217), which is about to be merged, it updates a bunch of python packages. One is numpy. This has triggered a very large amount of on-screen output from a new numpy warning while running `synthesize_test_cases.py`.
+
+Must merge PR 1217 before this one.
+
+### Changes
+- `tools\overlapping_inundation.py`: As described
+
+
+
## v4.5.x.x - 2024-07-24 - [PR#1217](https://github.com/NOAA-OWP/inundation-mapping/pull/1217)