-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34b7be4
commit 1c3824f
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
================== | ||
Breaking changes | ||
================== | ||
=============== | ||
Major changes | ||
=============== | ||
|
||
Version 1.2 | ||
=========== | ||
|
||
- Caching is now supported for all documents, not just those processed through docutils (``--cache-directory``). [c3dfa6b] | ||
|
||
- (Experimental) LaTeX export now works for full reST and Coq documents, not just snippets. [GH-47] | ||
|
||
Version 1.1 | ||
=========== | ||
|
||
- Rename CSS classes from ``.coq-…`` to ``.alectryon-…``. | ||
- Rename CSS class ``alectryon-header`` to ``alectryon-banner``. | ||
- Remove the undocumented ``alectryon-header`` directive. | ||
- Alectryon is now on PyPI. [GH-46] | ||
|
||
- `alectryon.el` is now on MELPA. [https://github.com/melpa/melpa/pull/7554] | ||
|
||
Breaking changes | ||
---------------- | ||
|
||
- CSS classes have been renamed from ``.coq-…`` to ``.alectryon-…``. | ||
- CSS class ``alectryon-header`` is now ``alectryon-banner``. | ||
- The undocumented ``alectryon-header`` has been removed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters