[CHANGES]
- Warn at compiletime if
ADJUST
blocks perform out-of-block control
flow. This warning will become a compiletime error in a later
version
- Added
mop_class_get_attribute()
and
mop_class_get_attribute_values()
to C-level API
- Removed the old
ClassHook->hookdata
andFieldHook->hookdata
variable aliases
[BUGFIXES]
- A better
sub VERSION
that works as a more transparent wrapper
(RT149357)