From 5401a701f1e40f41e76ff855aa4c6dbf411dd230 Mon Sep 17 00:00:00 2001
From: Thom May <thom@chef.io>
Date: Tue, 6 Feb 2018 16:50:26 +0100
Subject: Add `introduced` property field

Signed-off-by: Thom May <thom@chef.io>
---
 lib/chef/mixin/properties.rb | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lib/chef/mixin')

diff --git a/lib/chef/mixin/properties.rb b/lib/chef/mixin/properties.rb
index bb08f773da..6b95b87063 100644
--- a/lib/chef/mixin/properties.rb
+++ b/lib/chef/mixin/properties.rb
@@ -76,6 +76,7 @@ class Chef
         #     be run in the context of the instance (and able to access other
         #     properties).
         #   @option options [String] :description A description of the property.
+        #   @option options [String] :introduced The release that introduced this property
         #   @option options [Boolean] :desired_state `true` if this property is
         #     part of desired state. Defaults to `true`.
         #   @option options [Boolean] :identity `true` if this property
-- 
cgit v1.2.1