Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Feb 16, 2024
1 parent e880075 commit cdb70c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update cruft and minor dependencies
- add entityType type hint to MExModel
- add types for AnyBaseModel, AnyExtractedModel and AnyMergedModel
- update linting according to https://github.com/robert-koch-institut/mex-template/pull/3
- swap `contextvars.ContextVar` for `mex.common.context.ContextStore`
- freeze all `Identity` fields
- freeze `identifier` field on `MExModel`
- freeze `hadPrimarySource` and `identifierInPrimarySource` on `ExtractedData`

### Deprecated

### Removed
- absorb unused `BaseExtractedData` into `ExtractedData`

### Fixed
- remove `pytest.mark` from fixture in `mex.common.testing.plugin`

### Security

Expand Down Expand Up @@ -56,8 +63,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- absorb unused `BaseExtractedData` into `ExtractedData`

### Fixed

### Security
Expand Down

0 comments on commit cdb70c8

Please sign in to comment.