From 3363a7a19ad705f4b46f13afcb120293430f9d6d Mon Sep 17 00:00:00 2001 From: Thomas Refis Date: Mon, 23 Nov 2015 14:51:51 +0000 Subject: [PATCH] PR#6422: Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 0f85cdcd1..daa9ac7d7 100644 --- a/Changes +++ b/Changes @@ -55,6 +55,9 @@ Language features: - GPR#273: allow to get the extension slot of an extension constructor by writing [%extension_constructor ] (Jérémie Dimino) +- PR#6422, GPR#305: Support "exception" under or-patterns + (Thomas Refis, with help and review from Alain Frisch, Luc Maranget, Gabriel + Scherer, Leo White and Jeremy Yallop) Compilers: - PR#4800: better compilation of tuple assignment (Gabriel Scherer and