Skip to content

Commit

Permalink
Update ChangeLog for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
humenda committed Oct 16, 2017
1 parent 1e626f5 commit e368b6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
2.3 Fix formula displacement
2.3.1 Avoid useless spaces

- When formula replacement with `-R` is requested, it could happen that
additional spaces were inserted, even if not necessary. "für" would for
instance become "f\"{u} r". Fixed.

2.3 Fix formula sizing

- It seems as if 16px / 12pt were the default font size these days for
browsers. Therefore, the default resolution has been set to 115 DPI.
Expand Down
2 changes: 1 addition & 1 deletion gleetex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from . import htmlhandling
from . import image

VERSION = '2.3'
VERSION = '2.3.1'

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

0 comments on commit e368b6d

Please sign in to comment.