Skip to content

Commit f08599d

Browse files
committed
Fix changelog 2.8.0 entry
1 parent 9f5cd74 commit f08599d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### New features
66

7+
* **Support project-level Puppet content**
8+
([#1267](https://github.com/puppetlabs/bolt/issues/1267))
9+
10+
Users can now load Puppet content from the root of the Bolt project directory,
11+
such as `<boltdir>/tasks`. Users must opt-in to this experimental feature by
12+
creating a `project.yaml` in their project directory. **This feature is
13+
experimental.**
14+
715
* **Project authors can whitelist `bolt * show` output**
816
([#1756](https://github.com/puppetlabs/bolt/issues/1756))
917

@@ -52,14 +60,6 @@
5260
config file specified in the Bolt config. Interpolations are not
5361
available outside of apply blocks and will cause a plan to error.
5462

55-
* **Support project-level Puppet content**
56-
([#1267](https://github.com/puppetlabs/bolt/issues/1267))
57-
58-
Users can now load Puppet content from the root of the Bolt project directory,
59-
such as `<boltdir>/tasks`. Users must opt-in to this experimental feature by
60-
creating a `project.yaml` in their project directory. **This feature is
61-
experimental.**
62-
6363
### Bug fixes
6464

6565
* **Target objects of the same name are now identical**

0 commit comments

Comments
 (0)