summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-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~.