# HG changeset patch # User Franz Glasner # Date 1641741168 -3600 # Node ID eae394e86e22b35f5dd0a5cf63a6e67817a9199e # Parent 1b48ec3d648980c8d49af51151b949f7df7f7c2e Changelog diff -r 1b48ec3d6489 -r eae394e86e22 CHANGES.txt --- a/CHANGES.txt Sun Jan 09 15:42:05 2022 +0100 +++ b/CHANGES.txt Sun Jan 09 16:12:48 2022 +0100 @@ -12,6 +12,19 @@ Pre-1.0 Series -------------- +0.20.1 (not released) +~~~~~~~~~~~~~~~~~~~~~ + +- **[misc]** + Add an optional C-extension with some speedups to often used functions + and methods. Also allow to cross-build this modules for Windows with + LLVM-11 and Ninja on POSIX systems. + +- **[misc]** + Some internal code refactoring. This also yields more consistency in + interpreting the `varname` string arguments. + + 0.20 (2021-12-21) ~~~~~~~~~~~~~~~~~