// Embeds the repository CHANGELOG into the binary so `--whats-new` can print it
// with no network call. When building from the repository (CI release builds,
// `cargo build` in the tree) the real file is read; when building from the
// published crate tarball, where the repo-root file is absent, a short pointer
// to the online changelog is embedded instead.
use ;