We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf9d9d commit dd5b361Copy full SHA for dd5b361
1 file changed
CHANGES.md
@@ -1,3 +1,8 @@
1
+# 0.9.2 (2026-03-03)
2
+
3
+- doi2bib: drop dependency on astring (we can do everything with ocaml 4.14+ standard library).
4
+- doi2bib: add some escaping of html entities that may appear in field values returned by the DOI API (e.g., `&` becomes `\&`).
5
6
# 0.9.1 (2026-02-26)
7
8
- bibfmt: added `-l`/`--single-line` flag to collapse newlines within field
0 commit comments