diff --git a/docs/jelly-taglib-ref.adoc b/docs/jelly-taglib-ref.adoc
index 818998d0c0..78d9541c0f 100644
--- a/docs/jelly-taglib-ref.adoc
+++ b/docs/jelly-taglib-ref.adoc
@@ -363,6 +363,8 @@ attribute expects as values.
|deprecated |boolean |If the attribute is deprecated, set to true. Use
of the deprecated attribute will cause a warning.
+
+|since |String |Used to track when the attribute was added to the API surface.
|===
[#jelly:adjunct]##
diff --git a/docs/taglib-jelly.xsd b/docs/taglib-jelly.xsd
index cc19605474..417ef2d083 100644
--- a/docs/taglib-jelly.xsd
+++ b/docs/taglib-jelly.xsd
@@ -470,6 +470,11 @@
Use of the deprecated attribute will cause a warning.
+
+
+Used to track when the attribute was added to the API surface.
+
+