summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-11 15:49:41 -0700
committerRuss Allbery <rra@cpan.org>2021-09-11 15:49:41 -0700
commit3374d05df9cb4507229cfde5874769641b83ae61 (patch)
tree2fe86f0a91a146998f379861b9e3589ae1bbd6b3 /Changes
parent44cd7111a17e299cac29ced20f036240e6a47983 (diff)
Drop support for \id
I've gotten rid of the last places I used this and the new Pod::Thread will no longer generate it, so drop all the support for the command. App::DocKnot::Spin still has some code to look at $Id$ strings when processing output from other converters, which I'll look at later.
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 3d74198..cd86a17 100644
--- a/Changes
+++ b/Changes
@@ -6,8 +6,10 @@
idiosyncratic, static site generator built around a macro language
called thread. This adds new commands docknot spin, docknot spin-rss,
and docknot spin-thread, as well as modules App::DocKnot::Spin and
- several submodules. DocKnot now depends on Date::Parse (from
- TimeDate), Git::Repository, Image::Size, and Pod::Thread.
+ several submodules. docknot spin should be equivalent to the old spin
+ command except that \id support has been dropped. DocKnot now depends
+ on Date::Parse (from TimeDate), Git::Repository, Image::Size, and
+ Pod::Thread 3.00 or later.
- Support setting distribution.packaging.debian.package along with
distribution.packaging.debian.personal to specify the package name. Do