From 741abeb20f4091fcc9d1d7072a8c1d4ce4fac4ee Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 27 Jul 2011 00:18:35 +0000 Subject: [PATCH] - upgrading entry for binary number format --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index cc7e9bad95..9cb926f6db 100755 --- a/UPGRADING +++ b/UPGRADING @@ -474,3 +474,5 @@ UPGRADE NOTES - PHP X.Y $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4]; $a = ['one' => 1, 2, 'three' => 3, 4]; + - Binary number format + 0b00100 0b010101 -- 2.50.1