diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-28 15:43:20 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-28 15:43:20 -0400 |
| commit | badbebad467399e9acf9e058024e6c69997a41d4 (patch) | |
| tree | 9a595c4c354b80b6bc09c1cf54b1222a55d2ec68 /debian | |
| parent | 6b6563fa52939d0b76b9046b1fc534f0966edde8 (diff) | |
wording
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f3522b7c..8c4715f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,9 @@ propellor (2.13.0) UNRELEASED; urgency=medium * combineWith now takes an additional parameter to control how revert actions are combined (API change). * Added Propellor.Property.Concurrent for concurrent properties. - * execProcess and everything built on it is now concurrent output safe. - * Propellor now depends on stm. + * Made the execProcess exported by propellor, and everything built on it, + avoid scrambled output when run concurrently. + * Propellor now depends on STM. * Add File.isCopyOf. Thanks, Per Olofsson. -- Joey Hess <id@joeyh.name> Sat, 24 Oct 2015 15:16:45 -0400 |
