diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-27 18:11:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-27 18:11:58 -0700 |
commit | 387d65d9b1dfe9822411384cb79fc5a3f3ec7efa (patch) | |
tree | 2eb6ff83ba71199a95701a50d46afaaaafb84c03 | |
parent | afa9e7b8ddeb7aab1c1e0fede9e7c9add407cf19 (diff) | |
parent | d6b5bad98e1e81aed657f80f4206c2f515ec10b4 (diff) | |
download | chef-387d65d9b1dfe9822411384cb79fc5a3f3ec7efa.tar.gz |
Merge pull request #6453 from chef/tduffield/chef-12/enable-changelog-management
Add tags so Expeditor can manage chef-12 changelog
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80641588bd..0fd917f74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -This changelog reflects the current state of chef's 12 branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef). +<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> +<!-- latest_release --> +<!-- latest_release --> + +<!-- release_rollup --> +<!-- release_rollup --> + +<!-- latest_stable_release --> +<!-- latest_stable_release --> ## [v12.21.11](https://github.com/chef/chef/tree/v12.21.11) (2017-09-13) [Full Changelog](https://github.com/chef/chef/compare/v12.21.10...v12.21.11) @@ -1418,5 +1426,3 @@ of partial templates. * Raise error if a guard_interpreter is specified and a block is passed to a guard (conditional) * Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943) * Windows package type should be a symbol (Fixes #1997) - -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file |