Release Notes

0.9.0a3

  • Critical fix for the bug group_apis() which caused it to not return anything because wrong arguments were passed to import_extension() and import_feature().
  • New attribute Type.type to account for Type’s return type, if provided. This is reflected in Type.required_types. This change fixes the behavior of the registry import API functions.
  • Command.text has trailing ; removed.
  • The default list of extensions in group_apis() are now sorted in the sort order used in the official OpenGL headers.

0.9.0a2

  • Minor metadata changes for PyPI upload

0.9.0a1

First release. Hello world!