diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-25 15:22:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-25 15:22:22 -0400 |
| commit | 25086e58d717c488d8013f3abdfed4690196e12f (patch) | |
| tree | fc0d51f0ff30eb7db3f2bafec5489338e62e8ff6 | |
| parent | c72fa2bcd8ffdc750b1f6407cca39f954a555241 (diff) | |
update
| -rw-r--r-- | doc/interface_stability.mdwn | 6 |
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 |
