Use when writing or editing CHANGELOG.md entries
Follows Keep a Changelog loosely. No ### Added / ### Fixed sub-headers — the entry verb carries the category.
## [Unreleased]
- Added `Env::open_channel` for pipe-based communication (Emacs 28+).
- On Windows, this requires linking against the same CRT as Emacs.
## [0.20.0] - 2026-03-04
- Added `use_functions!`, which enables module code to cache references to Lisp functions.
- Implemented `PartialEq` for `Value`, `GlobalRef`, `OnceGlobalRef`.
+ sub-bullets for closely related details`Env::open_channel``#[defun]`Every version must have a compare URL at the bottom:
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.20.0...HEAD
[0.20.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.19.0...0.20.0