aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-19 22:03:13 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 13:21:37 +0200
commit975b2206adb0250cedcfd28598e5b3098b239754 (patch)
tree00aefdc17a98c9cd5975893acd3f8db007867340 /src/lib.rs
parent330b802d5fb6dbdfd9b7f12de6e5d5acb31ed560 (diff)
docs: add changelog
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1cfb7c9..151bb98 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,7 @@
#![warn(missing_docs)]
// This is an HTML parser. HTML can be untrusted input from the internet.
#![forbid(unsafe_code)]
+#![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))]
#![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))]
#![doc = include_str!("../README.md")]