From d76d7acedf61c05d1e4cdf365e3369e5a7232f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 25 May 2016 09:24:51 +0200 Subject: [PATCH] changelog: add typep improvement --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e1e178cce..428c42921 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -52,6 +52,9 @@ appropraite documentation section (new-doc). Function was obfuscated with ifdefs with non-even pairs of =#\{= and =#\}=. ** Issues fixed +- typep: accept * type specifier as abbreviation of t as described in +'2.4.3 Type Specifiers' of the specification. + - MOP: fix problemes when redefining non-standard and anonymous classes Bugs identified and fixed by Pascal Costanza.