summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-28 07:52:34 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-28 07:52:34 -0700
commitde4545ce0f93e96405447e3777908b5c80d97607 (patch)
tree0f114c608eda92ac576299566f7d3e186db00dca
parentb22afcfd94831a6274c7a9ba36dff74225d6c23f (diff)
downloadchef-de4545ce0f93e96405447e3777908b5c80d97607.tar.gz
Capitalize GCC
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cd95f5fc41..3a44a89062 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -56,7 +56,7 @@ The `ChefDeprecations/ResourceWithoutNameOrProvides` cop in Cookstyle 6.0 and la
### build_essential GCC Updated on Solaris
-On Solaris systems we no longer constrain the version of gcc to 4.8.2 in the build_essential resource to allow for gcc 5 installations.
+On Solaris systems we no longer constrain the version of GCC to 4.8.2 in the build_essential resource to allow for gcc 5 installations.
### git Resource Branch Checkout Changes