# HG changeset patch # User Franz Glasner # Date 1779028035 -7200 # Node ID e9e605e837fceaa57e1665c9a43e730b13608f57 # Parent e03e8cfdceceaef42b0a3f94a2315936e7af618c More details in the changelog diff -r e03e8cfdcece -r e9e605e837fc CHANGES.txt --- a/CHANGES.txt Sun May 17 16:08:34 2026 +0200 +++ b/CHANGES.txt Sun May 17 16:27:15 2026 +0200 @@ -14,13 +14,23 @@ 3.0 (unreleased) ---------------- -**[feature]** First release after forking `pygments-lexer-pseudocode`. -The major addition is the lexer AlgPseudocode and its language variants. -This includes a couple of unittests. +**[feature]** +Added the lexer AlgPseudocode (name "algpseudocode") and its language variants +"algpseudocode-fr" and "algpseudocode-de" + +**[feature]** +Added two useful filters: -Also added some useful filters. +- the generic "tokenreplace" +- "errortogenericerror" + +**[doc]** +Added documentation + +**[test]** +Implemented unit tests Version 2 Series