We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0ff81 commit 3386823Copy full SHA for 3386823
CHANGES.rst
@@ -1,6 +1,19 @@
1
CHANGES
2
=======
3
4
+1.2.5.dev0
5
+----------
6
+
7
+* Add escape-code sequence for 32-bit unicode. Issue #48.
8
+* Correct ``Infix`` and ``Tilde`` character symbols
9
+* Support double backslash (``\\``) as a single backslash character (``\``).
10
+* Correct Unicode for ScriptN and ScriptCaptialN
11
+* Correct a number of is-letter-like entries.
12
+* Accept \u21A6 as symbol for Function.
13
+* Change the precedence of ``|->``(``Function`` symbol) to 800 so it isn't iterpreted as a ``|``
14
+ followed by ``->``
15
16
17
1.2.4
18
-----
19
0 commit comments