Skip to content

Commit

Permalink
Move CHANGELOG bullets from bluesky#803 into unreleased.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 24, 2025
1 parent 5450d35 commit e41b460
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Write the date in place of the "Unreleased" in the case a new version is release

# Changelog

## Unreleased

### Changed

- Refactor and standardize Adapter API: implement from_uris and from_catalog
classmethods for instantiation from files and registered Tiled nodes, respectively.
- Refactor CSVAdapter to allow pd.read_csv kwargs

## v0.1.0-b16 (2024-01-23)

### Maintenance
Expand All @@ -24,9 +32,6 @@ Write the date in place of the "Unreleased" in the case a new version is release
`public_keys`, which can be fetched at initialization (server startup) time.
See examples `example_configs/orcid_auth.yml`,
`example_configs/google_auth.yml`, and `example_configs/simple_oidc`.
- Refactor and standardize Adapter API: implement from_uris and from_catalog
classmethods for instantiation from files and registered Tiled nodes, respectively.
- Refactor CSVAdapter to allow pd.read_csv kwargs

### Maintenance

Expand Down

0 comments on commit e41b460

Please sign in to comment.