Skip to content

Commit

Permalink
deprecating getting dict data member without a get_dict function
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Feb 6, 2024
1 parent ceaa08f commit 22fc76d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## DEPRECATED
* Use entry.get_dict() instead of accessing the dict data member directly.
The dict data member is deprecated and will be replaced with a namedtuple.

## Summary

* [**Unreleased**](#unreleased)
Expand Down Expand Up @@ -46,6 +50,11 @@
## Details

### Unreleased
* ADD function, get_dict(), to get a dict containing data member values from the NIHiCiteEntry
* DEPRECATED:
* Use entry.get_dict() instead of accessing the dict data member directly.
The dict data member is deprecated and will be replaced with a namedtuple.


### release 2024-02-05 v0.0.48
* UPDATE apikey: Separate apikey into its own variable in its own module
Expand Down

0 comments on commit 22fc76d

Please sign in to comment.