diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-26 23:40:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-26 23:40:47 -0400 |
| commit | a9eac78268e28d7194d3f9f4a382ff6658defb0c (patch) | |
| tree | 9afc43cd3b71fb8ad47fd35c3e66440b54689406 /doc | |
| parent | 989cf9823fe5e5efb57d6a08da18bb46f548cdbe (diff) | |
| parent | 89816fb838873fc97ffa9d3827440bebb848c140 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc')
| -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 |
