Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amunra committed Apr 3, 2024
1 parent ab5605d commit 16d6741
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ Changelog
2.0.1 (2024-03-22)
------------------

Patch release with minor bug fixes, no API changes and some documentation tweaks.
Patch release with bug fixes, no API changes and some documentation tweaks.

Bug fixes
~~~~~~~~~
* Fixed a bug where an internal "last flushed" timestamp used
by ``auto_flush_interval`` wasn't updated correctly causing the auto-flush
logic to trigger after each row.

* Removed two unnecessary debugging ``print()`` statements that were
accidentally left in the code.
accidentally left in the code in ``Sender.from_conf()`` and
``Sender.from_env()``.

Documentation
~~~~~~~~~~~~~
Expand Down

0 comments on commit 16d6741

Please sign in to comment.