Skip to content

Commit e368b6d

Browse files
committed
Update ChangeLog for 2.3.1
1 parent 1e626f5 commit e368b6d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
2.3 Fix formula displacement
1+
2.3.1 Avoid useless spaces
2+
3+
- When formula replacement with `-R` is requested, it could happen that
4+
additional spaces were inserted, even if not necessary. "für" would for
5+
instance become "f\"{u} r". Fixed.
6+
7+
2.3 Fix formula sizing
28

39
- It seems as if 16px / 12pt were the default font size these days for
410
browsers. Therefore, the default resolution has been set to 115 DPI.

gleetex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from . import htmlhandling
55
from . import image
66

7-
VERSION = '2.3'
7+
VERSION = '2.3.1'
88

99
__all__ = ['caching', 'convenience', 'document', 'htmlhandling', 'image',
1010
'unicode', 'VERSION']

0 commit comments

Comments
 (0)