.. include:: /includes.rst.txt .. comments - headings # with overline, for parts * with overline, for chapters = for sections - for subsections ^ for subsubsections " for paragraphs * for H5 + for H6 .. _migration_7_7: Migration Notes: EDG 7.6 to 7.7 ------------------------------- ADS Code Generator Bug Fix ^^^^^^^^^^^^^^^^^^^^^^^^^^ If you have developed scripts in ADS, please verify that you did not rely on a bug that we have just fixed: The API code generator was sometimes appending a 2 to the end of a field name. This was the case when the same property was used both in forward and inverse direction at the same class/shape. In that case, for example, `ex:hasPart` would have been mapped to fields `hasPart2` and `hasPartInverse`. From 7.7 onwards these would be `hasPart` and `hasPartInverse`.