diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-26 20:04:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-26 20:04:22 -0400 |
| commit | 8ab7c1a3680ad59a3017eaa21d7985e662c669a0 (patch) | |
| tree | 60a99228065a104a45f9f149025871ed121afbb7 /doc/news | |
| parent | 69c1eff8a375d97c313a5a3540fd4fb1d0a4f76a (diff) | |
add news item for propellor 4.6.0
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_4.4.0.mdwn | 8 | ||||
| -rw-r--r-- | doc/news/version_4.6.0.mdwn | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/news/version_4.4.0.mdwn b/doc/news/version_4.4.0.mdwn deleted file mode 100644 index db86c536..00000000 --- a/doc/news/version_4.4.0.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -propellor 4.4.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Propellor.Property.Timezone: New module, contributed by Sean Whitton. - * Propellor.Property.Sudo.enabledFor: Made revertable. - (minor API change) - * Propellor.Property.LightDM.autoLogin: Made revertable. - (minor API change) - * Propellor.Property.Conffile: Added lacksIniSetting."""]]
\ No newline at end of file diff --git a/doc/news/version_4.6.0.mdwn b/doc/news/version_4.6.0.mdwn new file mode 100644 index 00000000..673051ea --- /dev/null +++ b/doc/news/version_4.6.0.mdwn @@ -0,0 +1,8 @@ +propellor 4.6.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Add Typeable instance to Bootstrapper, fixing build with old versions + of ghc. + * Network.static changed to take address and gateway parameters. + If you used the old Network.static property, it has been renamed to + Network.preserveStatic. + (Minor API change)"""]]
\ No newline at end of file |
