From 6464ad6261a2d302b1a0765b49d75b525bb66e05 Mon Sep 17 00:00:00 2001 From: jdholtz Date: Wed, 7 Feb 2024 10:43:01 -0800 Subject: [PATCH] Update Changelog for v7.2 Forgot a few bug fixes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd41277..4377dc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ if possible ### Bug Fixes - Fix failed logins not reporting the correct error ([#189](https://github.com/jdholtz/auto-southwest-check-in/issues/189)) +- Handle flight departure time changes *mostly* correctly + - If a flight is rescheduled within the retrieval interval (default is 24 hours) of the check-in, the flight is still + not handled correctly. See [#199](https://github.com/jdholtz/auto-southwest-check-in/issues/199) +- Don't notify check-ins for lap child passengers +([#205](https://github.com/jdholtz/auto-southwest-check-in/pull/205) by [@pcarn](https://github.com/pcarn)) ### Upgrading - Upgrade the dependencies to the latest versions by running `pip install -r requirements.txt`