blob: 466920238abb7b05e8b4fa49d112bd60c1359e9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# CHANGELOG
## [0.1.2] - 2021-10-28
### Added
- explicit `parse_citation_xml()` and `parse_citation_list_xml()` methods,
which return Optional or always return a list. `parse_citations_xml()` is
retained as an alias of `parse_citation_list_xml()`
## [0.1.1] - 2021-10-27
### Fixed
- `setup.py` fixes
- add `py.typed` file to pypi package so that mypy will detect annotations
## [0.1.0] - 2021-10-25
Initial public release.
|