aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-06 14:34:12 -0400
committerJoey Hess <joey@kitenet.net>2011-12-06 14:34:12 -0400
commit5bf7ee5deaf01d90b38ff9011fe92b26f0793189 (patch)
tree3cf8ebf2ebcf13add9033df397252a60056d3373
parentea313b8133e65947d07c1e13b41584f7582d99e1 (diff)
downloadikiwiki-5bf7ee5deaf01d90b38ff9011fe92b26f0793189.tar
ikiwiki-5bf7ee5deaf01d90b38ff9011fe92b26f0793189.tar.gz
done
-rw-r--r--debian/changelog1
-rw-r--r--doc/todo/sorting_by_path.mdwn2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5377459a2..f604adb75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ikiwiki (3.20111108) UNRELEASED; urgency=low
* Consume all stdin when rcs_receive short-circuits,
to avoid git SIGPIPE race.
+ * Add path and path_natural sort orders (smcv)
-- Joey Hess <joeyh@debian.org> Mon, 05 Dec 2011 15:14:48 -0400
diff --git a/doc/todo/sorting_by_path.mdwn b/doc/todo/sorting_by_path.mdwn
index b7af9f919..a483c331a 100644
--- a/doc/todo/sorting_by_path.mdwn
+++ b/doc/todo/sorting_by_path.mdwn
@@ -14,3 +14,5 @@ It's one commit (including a regression test) which can be
cherry-picked if you don't want the rest of `trail`.
--[[smcv]]
+
+> [[done]] --[[Joey]]