summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-25 16:27:44 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-25 16:27:44 -0400
commitb573521f7c2d3262171ea2890e3e9b4c4e759661 (patch)
treefb038e5ca00d41a1a8c6ecc39b8c5b1b6aaa5233 /doc
parent5b2af26603d3ea01378561429179cdd895c42ec0 (diff)
downloadbcfg2-b573521f7c2d3262171ea2890e3e9b4c4e759661.tar.gz
bcfg2-b573521f7c2d3262171ea2890e3e9b4c4e759661.tar.bz2
bcfg2-b573521f7c2d3262171ea2890e3e9b4c4e759661.zip
docs: clarify when JSON/YAML Properties files were added
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/connectors/properties.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/server/plugins/connectors/properties.txt b/doc/server/plugins/connectors/properties.txt
index 836524def..47e82fdbf 100644
--- a/doc/server/plugins/connectors/properties.txt
+++ b/doc/server/plugins/connectors/properties.txt
@@ -181,6 +181,8 @@ XML tag should be ``<Properties>``.
JSON Property Files
-------------------
+.. versionadded:: 1.3.0
+
The data in a JSON property file can be accessed with the ``json``
attribute, which is the loaded JSON data. The JSON properties
interface does not provide any additional functionality beyond the
@@ -189,6 +191,8 @@ interface does not provide any additional functionality beyond the
YAML Property Files
-------------------
+.. versionadded:: 1.3.0
+
The data in a YAML property file can be accessed with the ``yaml``
attribute, which is the loaded YAML data. Only a single YAML document
may be included in a file.