summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-01-25 15:24:44 -0400
committerJoey Hess2015-01-25 15:24:44 -0400
commit527e020c103e2b9fb1716a157d7990df492f635f (patch)
tree2ebce75f58b3510d919ae4b1700ae450b2f5f383 /doc
parente6c7ad373fd24b8e53614d4778c0cd1a6f351db2 (diff)
parent32ca4d3af2589d393939e70a0d8cae339c0243b3 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'doc')
-rw-r--r--doc/interface_stability.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/interface_stability.mdwn b/doc/interface_stability.mdwn
index 8ad5dfd8..8bccf67c 100644
--- a/doc/interface_stability.mdwn
+++ b/doc/interface_stability.mdwn
@@ -1,8 +1,8 @@
Propellor is versioned using the Haskell [Package Version Policy](https://www.haskell.org/haskellwiki/Package_versioning_policy).
-This means that propellor 0.10.x contains some changes to its API;
-code written for propellor 0.9.x may need to be changed. Conversely,
-there are no breaking changes between 0.10.1 and 0.10.2.
+This means that propellor 2.10.x contains some changes to its API;
+code written for propellor 2.9.x may need to be changed. Conversely,
+there are no breaking changes between 2.10.1 and 2.10.2.
Whenever possible, breaking changes are made in a way that either changes a
data type, or a function name, so that code that used the old API version