summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-07-24 14:27:51 -0400
committerBryan McLellan <btm@loftninjas.org>2014-07-24 14:27:51 -0400
commit2cc728f2dd85e11835d23d03f76e0e4c75ca2510 (patch)
treec00cec766e8570900b2e4cfd6c0e9c11e7e4c278 /RELEASE_NOTES.md
parentbb57920c081e1e837e1d29651deef1d4f54001ae (diff)
downloadchef-2cc728f2dd85e11835d23d03f76e0e4c75ca2510.tar.gz
CHEF-4760, CHEF-4586 changelog updates
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f05b99e09e..e550382238 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,3 +10,7 @@
- to avoid crashes, by default, Chef will now scan a port range and take the first available port from 8889-9999.
- to change this behavior, you can pass --chef-zero-port=PORT_RANGE (for example, 10,20,30 or 10000-20000) or modify Chef::Config.chef_zero.port to be a port string, an enumerable of ports, or a single port number.
+
+## Knife now logs to stderr
+
+Informational messages from knife are now sent to stderr, allowing you to pipe the output of knife to other commands without having to filter these messages out.