diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-12 12:42:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-12 12:42:39 -0400 |
| commit | 2662cb07058a5a650cf163877ad166e28c664a8f (patch) | |
| tree | aba6b285cadbeb0c285c12568711daed8b72d85b /doc/news | |
| parent | 4f88f8f1ec293445a526d163818c72b3a38f9ecf (diff) | |
add news item for propellor 2.15.3
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_2.13.0.mdwn | 27 | ||||
| -rw-r--r-- | doc/news/version_2.15.3.mdwn | 5 |
2 files changed, 5 insertions, 27 deletions
diff --git a/doc/news/version_2.13.0.mdwn b/doc/news/version_2.13.0.mdwn deleted file mode 100644 index c3cb8828..00000000 --- a/doc/news/version_2.13.0.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -propellor 2.13.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * RevertableProperty used to be assumed to contain info, but this is - now made explicit, with RevertableProperty HasInfo or - RevertableProperty NoInfo. (API change) - Transition guide: - - If you define a RevertableProperty, expect some type check - failures like: "Expecting one more argument to ‘RevertableProperty’". - - Change it to "RevertableProperty NoInfo" - - The compiler will then tell you if it needs "HasInfo" instead. - - If you have code that uses the RevertableProperty constructor - that fails to type check, use the more powerful <!> operator - instead to create the RevertableProperty. - * Various property combinators that combined a RevertableProperty - with a non-revertable property used to yield a RevertableProperty. - This was a bug, because the combined property could not be fully - reverted in many cases, and the result is now a non-revertable property. - * combineWith now takes an additional parameter to control how revert - actions are combined (API change). - * Added Propellor.Property.Concurrent for concurrent properties. - * Made the execProcess exported by propellor, and everything built on it, - avoid scrambled output when run concurrently. - * Propellor now depends on STM and text. - * The cabal file now builds propellor with -O. While -O0 makes ghc - take less memory while building propellor, it can lead to bad memory - usage at runtime due to eg, disabled stream fusion. - * Add File.isCopyOf. Thanks, Per Olofsson."""]]
\ No newline at end of file diff --git a/doc/news/version_2.15.3.mdwn b/doc/news/version_2.15.3.mdwn new file mode 100644 index 00000000..a8a2a53e --- /dev/null +++ b/doc/news/version_2.15.3.mdwn @@ -0,0 +1,5 @@ +propellor 2.15.3 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added Git.bareRepoDefaultBranch property + Thanks, Sean Whitton. + * Add missing Control.Applicative imports needed by older versions of ghc."""]]
\ No newline at end of file |
