<li>Serialization no longer defaults to canonical form.</li>
This commit is contained in:
@ -57,6 +57,11 @@
|
||||
|
||||
<a name="changes"/>
|
||||
<h3>Recent Changes</h3>
|
||||
<p class="nomargin"><tt>rel-2007-mm-dd</tt></p>
|
||||
<ul class="nomargin">
|
||||
<li>Serialization no longer defaults to canonical form.</li>
|
||||
<li>Fixed octet array argument to make-source.</li>
|
||||
</ul>
|
||||
<p class="nomargin"><tt>rel-2007-05-26</tt></p>
|
||||
<ul class="nomargin">
|
||||
<li><b>cxml.asd has been split up into <tt>cxml.asd</tt> for the
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
(defclass sink ()
|
||||
((ystream :initarg :ystream :accessor sink-ystream)
|
||||
(width :initform 79 :initarg :width :accessor width)
|
||||
(canonical :initform t :initarg :canonical :accessor canonical)
|
||||
(canonical :initform nil :initarg :canonical :accessor canonical)
|
||||
(indentation :initform nil :initarg :indentation :accessor indentation)
|
||||
(current-indentation :initform 0 :accessor current-indentation)
|
||||
(notations :initform (make-buffer :element-type t) :accessor notations)
|
||||
|
||||
Reference in New Issue
Block a user