diff --git a/xep-0393.xml b/xep-0393.xml
index fdc06fa5..5883009b 100644
--- a/xep-0393.xml
+++ b/xep-0393.xml
@@ -26,6 +26,19 @@
styling
&sam;
+
+ 1.1.1
+ 2021-04-04
+ ssw
+
+
+ General readability changes:
+ Copy part of span definition from glossary to business rules and remove
+ parenthesis for marking spans and blocks which was used inconsistently.
+ Also merge two lists of examples.
+
+
+
1.1.0
2021-01-12
@@ -257,17 +270,7 @@
A group of text that may be rendered inline alongside other spans.
Spans may be either plain text with no formatting applied, or may be
formatted text that is enclosed by two styling directives.
- Spans are always children of blocks and may not escape from their
- containing block.
Some spans may contain child spans.
- The following all contain spans marked by parenthesis:
-
- - (plain span)
- - (*strong span*)
- - (_emphasized span_)
- - (_emphasized span containing (*strong span*)_)
- - (span one )(*span two*)
-
@@ -321,9 +324,9 @@
- (There are three blocks in this body marked by parens,)
- (but there is no *formatting)
- (as spans* may not escape blocks.)
+ There are three blocks in this body, one per line,
+ but there is no *formatting
+ as spans* may not escape blocks.