From 488521be0cdc6af0d5d145f95227ebb71873cab1 Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Thu, 20 Sep 2012 21:18:39 +0200 Subject: [PATCH] [docs/announce/2012.09] tie-breaking is a feature Not a breaking change. :) --- docs/announce/2012.09 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/announce/2012.09 b/docs/announce/2012.09 index 88bdb204ec7..09342d21375 100644 --- a/docs/announce/2012.09 +++ b/docs/announce/2012.09 @@ -25,14 +25,13 @@ This release brings changes; some of them are outlined below: - support for "is export" traits on constants - Str.wordcase implemented - slightly faster compilation (thanks to switching NQP over to QAST) +- tie-breaking with constraints now picks the first matching one rather than + demanding they be mutually exclusive -These are some possibly breaking changes: +A possibly breaking change: - class Iterable does not inherit from class Cool anymore -- tie-breaking with constraints now picks the first matching one rather than - demanding they be mutually exclusive - This is only a small peek at the changes in this release. For a more detailed list, see "docs/ChangeLog".