changelog: add typep improvement

This commit is contained in:
Daniel Kochmański 2016-05-25 09:24:51 +02:00
parent ea9f7f105c
commit d76d7acedf

View file

@ -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.