[MLton-commit] r7153
Matthew Fluet
fluet at mlton.org
Tue Jun 16 09:42:32 PDT 2009
Update changelog with deprecated features.
----------------------------------------------------------------------
U mlton/trunk/doc/changelog
----------------------------------------------------------------------
Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog 2009-06-16 16:21:23 UTC (rev 7152)
+++ mlton/trunk/doc/changelog 2009-06-16 16:42:31 UTC (rev 7153)
@@ -11,6 +11,16 @@
documentation.
o Extended -show-def-use output to include types of variable
definitions.
+ o Deprecated features (to be removed in a future release)
+ * Bytecode codegen: The bytecode codegen has not seen significant
+ use and it is not well understood by any of the active
+ developers.
+ * Support for .cm files as input: The ML Basis system provides
+ much better infrastructure for "programming in the very large"
+ than the (very) limited support for CM. The cm2mlb tool
+ (available in the source distribution) can be used to convert
+ CM projects to MLB projects, preserving the CM scoping of
+ module identifiers.
o Bug fixes: see changelog
+ Runtime.
o @MLton switches.
@@ -35,7 +45,7 @@
* Added versions of all of the monomorphic array and vector
structures.
o Other libraries.
- * Updated: ckit library, SML/NJ library, MLRISC library.
+ * Updated: ckit library, MLRISC library, SML/NJ library.
+ Tools.
o mllex
* Eliminated top-level 'type int = Int.int' in output.
More information about the MLton-commit
mailing list