mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder. Subclasses can change the serialization format easily.
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -1,3 +1,15 @@
|
||||
Release 0.5 (in development)
|
||||
============================
|
||||
|
||||
New features added
|
||||
------------------
|
||||
|
||||
* `SerializingHTMLBuilder` was added as new abstract builder that can
|
||||
be subclassed to serialize build HTML in a specific format. The
|
||||
`PickleHTMLBuilder` is a concrete subclass of it that uses pickle as
|
||||
serialization implementation.
|
||||
|
||||
|
||||
Release 0.4 (Jun 23, 2008)
|
||||
==========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user