diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a48ab7255..d2159c0521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased: 12.0.0 +* [**Mark Gibbons**](https://github.com/MarkGibbons): + Fix noauto support in Solaris Mount Provider * [**Jordan Evans**](https://github.com/jordane): support version constraints in value_for_platform * [**Yukihiko Sawanobori**](https://github.com/sawanoboly): diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7cb51fad42..9fb4eb1f6d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Chef Client Release Notes 12.0.0: +## Solaris Mount Provider + +The Solaris provider now supports specifying the fsck_device attribute (which defaults to '-' for backwards compat). + ## Version Constraints in value_for_platform The `value_for_platform` helper can now take version constraints like `>=` and `~>`. This is particularly useful for users |