summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-17 13:42:34 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-17 13:42:34 +0100
commit5e76620a4927f48cbf1e8e3dfef6217b12900872 (patch)
treec92a212d78172abfa580715d6e05e67780ab9481
parent718f58df537e86238bc0007552d8fbaf8815c512 (diff)
Move to beta phase
-rw-r--r--README.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.org b/README.org
index 8b06c58..abb1d79 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,11 @@
** Cond-Let — Additional and improved binding conditionals
-*This is an ALPHA release!*
-*Breaking changes are possible!*
+#+begin_quote
+[!WARNING]
+This is an BETA release!
+Breaking changes are unlikely but still possible!
+See https://github.com/tarsius/cond-let/wiki.
+#+end_quote
Emacs provides the binding conditionals ~if-let~, ~if-let*~,
~when-let~, ~when-let*~, ~and-let*~ and ~while-let~.