summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.expeditor/update_version.sh2
-rw-r--r--RELEASE_NOTES.md16
2 files changed, 17 insertions, 1 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index 18c4a75747..e058d06f06 100755
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -17,5 +17,5 @@ sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/
# Update the version inside Gemfile.lock
bundle update chef chef-config --jobs=7 --conservative
-# Once Expeditor finshes executing this script, it will commit the changes and push
+# Once Expeditor finishes executing this script, it will commit the changes and push
# the commit as a new tag corresponding to the value in the VERSION file.
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b9858614e9..eb60910cda 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,22 @@ This file holds "in progress" release notes for the current release under develo
Chef 15 release notes will be added here as development progresses.
+## New Features / Functionality
+
+### Allow Using --delete-entire-chef-repo in Chef Local Mode
+
+### Data Collection Ground-Up Refactor
+
+### windows_uac resource
+
+### windows_dfs resources
+
+### windows_dns resources
+
+### snap_package resource
+
+### Ruby 2.5.5 / Rubygems 3.0.3
+
## Breaking Changes
### Audit Mode