diff --git a/changelog.html b/changelog.html index 1ab308e5160b569e41abeacdb74105ab6e354798..0c6a09efdfcb9e1e21d6a7ac162043b9e6653689 100644 --- a/changelog.html +++ b/changelog.html @@ -58,6 +58,10 @@ Upcoming changes
  • Added support of default values in the enum.jelly form element. (PR 1926) +
  • + Bytecode Compatibility Transformer computes the common super class without loading classes. + Fixes the ClassCircularityError exception in Ruby Runtime Plugin. + (issue 31019)

    What's new in 1.639 (2015/11/29)