在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用changelog
星标369
分支26
更新时间2026年3月18日 12:05
Use when writing or editing CHANGELOG.md entries
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when writing or editing CHANGELOG.md entries
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | changelog |
| description | 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