From a46a9687caa8a7271026bb9a419250456d36d6ff Mon Sep 17 00:00:00 2001 From: Nate Maytan Date: Wed, 17 Jul 2024 19:50:02 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31c4d342..7ba645001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Write the date in place of the "Unreleased" in the case a new version is release ## Unreleased +### Added +- Add method to `TableAdapter` which accepts a Python dictionary. + +### Changed +- Make `tiled.client` accept a Python dictionary when fed to `write_dataframe()`. +- The `generated_minimal` example no longer requires pandas and instead uses a Python dict. + ### Fixed - A bug in `Context.__getstate__` caused picking to fail if applied twice.