diff --git a/Changes b/Changes index 72dcfbacd..20d0f15a3 100644 --- a/Changes +++ b/Changes @@ -16,5 +16,5 @@ with 1.00, but the conversion is simple. - pattern syntax changed: #boxed -> #box, #unboxed -> #val, #string -> #str; - scope expressions are integrated with ( ... ) primaries; thus, nested scopes are introduced with *round* brackets; -- no more List.singleton is needed since there is no more confilict between one-element lists +- no more List.singleton is needed since there is no more conflict between one-element lists and scoped expressions.