Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaytan committed Jul 17, 2024
1 parent f19f89f commit a46a968
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a46a968

Please sign in to comment.