Skip to content

Commit

Permalink
Fix CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 31, 2024
1 parent 3892292 commit a91e0b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] (Jan 31 2024)

## Added
### Added

- `ParamDB.load_commit_entry()` loads a commit entry by ID or the most recent commit.
- `ParamDB.commit_history_with_data()` to retrieve the commit history with data.
- `CommitEntryWithData` to store a commit entry containing data.

## Changed
### Changed

- `ParamDB.commit()` returns a `CommitEntry` instead of the commit ID.

## Removed
### Removed

- `ParamDB.latest_commit` is replaced by `ParamDB.load_commit_entry()`

Expand Down

0 comments on commit a91e0b9

Please sign in to comment.