Skip to content

Commit 16d6741

Browse files
committed
updated changelog
1 parent ab5605d commit 16d6741

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ Changelog
66
2.0.1 (2024-03-22)
77
------------------
88

9-
Patch release with minor bug fixes, no API changes and some documentation tweaks.
9+
Patch release with bug fixes, no API changes and some documentation tweaks.
1010

1111
Bug fixes
1212
~~~~~~~~~
13+
* Fixed a bug where an internal "last flushed" timestamp used
14+
by ``auto_flush_interval`` wasn't updated correctly causing the auto-flush
15+
logic to trigger after each row.
16+
1317
* Removed two unnecessary debugging ``print()`` statements that were
14-
accidentally left in the code.
18+
accidentally left in the code in ``Sender.from_conf()`` and
19+
``Sender.from_env()``.
1520

1621
Documentation
1722
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)