summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--doc/todo/new_apt_pinning_properties.mdwn2
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 30af1b88..81360402 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ propellor (3.2.4) UNRELEASED; urgency=medium
Thanks, Andrew Cowie.
* Added Propellor.Property.File.configFileName and related functions
to generate good filenames for config directories.
+ * Added Apt.suiteAvailablePinned, Apt.pinnedTo.
+ Thanks, Sean Whitton.
+ * Added File.containsBlock
+ Thanks, Sean Whitton.
-- Joey Hess <id@joeyh.name> Sat, 24 Dec 2016 15:06:36 -0400
diff --git a/doc/todo/new_apt_pinning_properties.mdwn b/doc/todo/new_apt_pinning_properties.mdwn
index d32bcbb2..8687b58a 100644
--- a/doc/todo/new_apt_pinning_properties.mdwn
+++ b/doc/todo/new_apt_pinning_properties.mdwn
@@ -6,3 +6,5 @@ My branch `pin` of repo `https://git.spwhitton.name/propellor` adds
- a haddock for `File.containsLines`
There is one TODO in a comment that relates to propellor's algebraic data types. I'd be grateful for help with that. --spwhitton
+
+> merged, thanks. [[done]] --[[Joey]]