Changes Introduced in V8.0.2

The following describes the most significant changes which occurred in the AST library between versions V8.0.1 and V8.0.2:

  1. For security reasons, the change introduced to astAppendStringastAppendString in V8.0.1 has been moved to a new function called astAppendStringfastAppendStringf, and astAppendString itself has been reverted to its V8.0.0 version. Any software that has been built against V8.0.1 will need to be re-compiled and re-linked against V8.0.2.