From 624646140f14721cc975fe0b01072935a7f11f11 Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Tue, 17 Mar 2015 16:05:57 -0700 Subject: [PATCH] (maint) Fix small typo in CHANGELOG for 0.2.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9f7a0..1b2cbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All related tickets can be found under the [PDOC](https://tickets.puppetlabs.com ####Features - Custom YARD templates for classes and defined types **(PDOC-17)** - - Improved HMTL output that is more appropriate for Ruby code (especially for parameters) + - Improved HMTL output that is more appropriate for Puppet code (especially for parameters) - Support for the explicit list of YARD tags we will be supporting initially (@param, @return, @since, @example) - Our own custom YARD templates which can be easily extended and tweaked - Custom YARD templates for 3.x and 4.x functions **(PDOC-24)**