summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd5d156..4669202 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,19 @@
# 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
-- small `setup.py`
+- `setup.py` fixes
- add `py.typed` file to pypi package so that mypy will detect annotations
## [0.1.0] - 2021-10-25