Skip to content

Commit

Permalink
#37 Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 3, 2023
1 parent 6b684b6 commit 1609280
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- `LoggedProp` type hint to indicate class properties that should be logged by
`Logger.log_props()`.

### Changed

- `Logger.log_props()` only logs properties marked by the `LoggedProp` type hint in the
object's class.
- `Logger.convert_to_json()` handles Numpy values and Pandas DataFrames, and takes in an
optional `convert()` function.
- `Logger.log_dict()` and `Logger.log_props()` take in an optional `convert()` function to
pass to `Logger.convert_to_json()`.

## [0.2.0] (Oct 4 2023)

### Added
Expand Down

0 comments on commit 1609280

Please sign in to comment.