From 736c395880e770c971b5275f5ce119eef31f06d0 Mon Sep 17 00:00:00 2001 From: Yawar Amin Date: Tue, 23 Jan 2024 23:58:52 -0500 Subject: [PATCH] Add version tag --- lib/dream_html.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dream_html.mli b/lib/dream_html.mli index ca2e4a2..a4d4783 100644 --- a/lib/dream_html.mli +++ b/lib/dream_html.mli @@ -238,7 +238,7 @@ module HTML : sig type method_ = [ `GET | `POST - | `dialog ] + | `dialog (** @since 2.1.0 *) ] val null_ : attr (** An attribute that will not be rendered in the markup. Useful for conditional