Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fangerer committed Sep 22, 2021
1 parent c26b469 commit 2196f14
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
Changelog
=========

Version 0.0.3 (September ??, 2021)
Version 0.0.3 (September 22nd, 2021)
----------------------------------

XXX Short one paragraph description of release and highlights XXX
This release adds various new API functions (see below) and extends the debug
mode with the ability to track closed handles.
The default ABI mode now is 'universal' for non-CPython implementations.
Also, the type definition of `HPyContext` was changed and it's no longer a
pointer type.
The name of the HPy dev package was changed to 'hpy' (formerly: 'hpy.devel').
Macro HPy_CAST was replaced by HPy_AsStruct.

New features:

- XXX
- Added helper HPyHelpers_AddType for creating new types
- Support format specifier 's' in HPyArg_Parse
- Added API functions: HPy_Is, HPy_AsStructLegacy (for legacy types),
HPyBytes_FromStringAndSize, HPyErr_NewException, HPyErr_NewExceptionWithDoc,
HPyUnicode_AsUTF8AndSize, HPyUnicode_DecodeFSDefault, HPyImport_ImportModule
- Debug mode: Implemented tracking of closed handles
- Debug mode: Add hook for invalid handle access

Bug fixes:

- XXX
- Distinguish between pure and legacy types
- Fix Sphinx doc errors

0 comments on commit 2196f14

Please sign in to comment.