================
- Bugfix: ``text()`` pseudonymizer now works as expected for texts longer
than 11 bytes. Previously it returned an 11 byte result for longer texts
ignoring the part after the 11th byte (default behavior of the used
``crypt`` implementation). (1296)
- Fixed handling of `Extended crypt` (signalled by starting the salt with an
underscore): Salt is now correctly stripped from result. **Caution:** This
leads to different pseudonymization results when using a secret starting
with underscore than in version 0.3.