From eeeb6ae1d72607332ffac9df12753583947a81d2 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:46:16 -0400 Subject: [PATCH] update changes --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7b2d707..030f7b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,11 @@ * Add tests for CLI and implementations when invoked through the CLI * Refactored code dealing with requests and authentication to the `STACpopulator/requests.py` file * Add `--log-file` command line option to specify a non-default location to write log files to +* fix incorrect example in README +* move argument parsing for logging options to the implementation code +* fix bug where logging options were being set incorrectly +* rename files to avoid potential naming conflicts with other packages (`logging` and `requests`) + ## [0.6.0](https://github.com/crim-ca/stac-populator/tree/0.6.0) (2024-02-22)