summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 01:28:46 -0400
committerJoey Hess2014-04-19 01:28:46 -0400
commit9e578aca6b0914443c95f8691fd3ba39522f28fc (patch)
treef4f0882539dc5798af97d833fe0bd3d8b3e0df2f /debian/changelog
parentd1db64b3bc4ef1c802344f666eb160d9a8c97cca (diff)
rename aka to alias
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 463b1819..136d61b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,8 @@ propellor (0.4.0) UNRELEASED; urgency=medium
* Propellor can configure primary DNS servers, including generating
zone files, which is done by looking at the properties of hosts
in a domain.
- * The `cname` property was renamed to `aka` as it does not always generate
- CNAME in the DNS.
+ * The `cname` property was renamed to `alias` as it does not always
+ generate CNAME in the DNS.
* Constructor of Property has changed (use `property` function instead).
* All Property combinators now combine together their Attr settings.
So Attr settings can be made inside a propertyList, for example.