Misc cleanup. Notes on compiling for Win95. (CVS 152)
FossilOrigin-Name: 3f0f1fa1fce794d1661c845f1a63a8d744892c25
diff --git a/www/changes.tcl b/www/changes.tcl
index db4a111..f034355 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -17,6 +17,12 @@
puts "<DD><P><UL>$desc</UL></P></DD>"
}
+chng {2000 Oct 11 (Not Released)} {
+<li>Added notes on how to compile for Windows95/98.</li>
+<li>Add Doug Lea's memory allocator to the distribution, for completeness.</li>
+<li>Removed a few variables that were not being used. Etc.</li>
+}
+
chng {2000 Oct 8 (1.0.9)} {
<li>Added the <b>sqlite_..._printf()</b> interface routines.</li>
<li>Modified the <b>sqlite</b> shell program to use the new interface