diff --git a/.gitignore b/.gitignore index 3c3629e6..704bac73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules +CHANGES.html +README.html diff --git a/CHANGES b/CHANGES.md similarity index 95% rename from CHANGES rename to CHANGES.md index 555fb47a..4d20987d 100644 --- a/CHANGES +++ b/CHANGES.md @@ -1,18 +1,20 @@ -# vim:ts=4:sts=4:sw=4:et:tw=60 + Future Backward Incompatible + - ``def`` will be removed. Use ``master`` instead. The term ``def`` was too confusing to new users. 0.6.0 - BACKWARD INCOMPATIBILITY + - WARNING: In practice, the implementation of ``spy`` and - the ``name`` ``fin`` were useful. I've removed the old + the name ``fin`` were useful. I've removed the old ``fin`` implementation and renamed/aliased ``spy``. - - The "q" module now exports its "ref" function as a "Q" + - The "q" module now exports its ``ref`` function as a "Q" constructor, with module systems that support exports assignment including NodeJS, RequireJS, and when used as - a