summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-05-20 14:30:58 +0100
committerThom May <thom@chef.io>2015-05-20 14:30:58 +0100
commit14e7e9a11641ddf60d94aeb536275914e326a322 (patch)
tree2a14935b5ee4b77fc2e8a4f420ea43e31ca647bf /CHANGELOG.md
parent3b75fc90f71a47e7a8e37be90e8ad188c4f83cef (diff)
downloadchef-14e7e9a11641ddf60d94aeb536275914e326a322.tar.gz
fix an lwrp default action test
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e65930bf3..0a337ff94e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@
* [**SAWANOBORI Yukihiko**](https://github.com/sawanoboly):
Add Chef::Log::Syslog class for integrating sending logs to syslog
* [**Pavel Yudin**](https://github.com/Kasen):
- Ensure LWRP and HWRP @action variable is consistent
+ Ensure LWRP and HWRP @action variable is consistent #3156
* Add an integration test of chef-client with empty ENV. #3321
* Switch over Windows builds to universal builds. #3278