X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fdist%2FChangeLog;h=f6f973f031700b38c9c579c7373689692114f7ea;hb=05482479b8f4cf4c86ff91e43a913b47aa270cc6;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=1d0673d5b819ed2600271b10ba964bbf093288f5;p=helm.git diff --git a/helm/software/matita/dist/ChangeLog b/helm/software/matita/dist/ChangeLog index e69de29bb..f6f973f03 100644 --- a/helm/software/matita/dist/ChangeLog +++ b/helm/software/matita/dist/ChangeLog @@ -0,0 +1,16 @@ +0.5.1 - -/5/2008 - minor bug fix release + * a wrong context was used to refine fixpoints arguments + when trying to optimize out the letin (grep for `AvoidLetIn): + (let rec f x = Fix... in f t ---> Fix... t) + * auto fixed to prefer goals with metavariables to closed ones, + added new syntax to specify the universe "auto by t1, t2, ...", + updated documentation describing all auto parameters + +0.5.0 - 9/5/2008 - bugfix release + * first release not considered experimental + +0.4.98 - ??/11/2007 - bugfix release + * compiles against camlp5 >= 5.0 + * changed lablgtksourceview module name since it is now part of lablgtk2 + +0.4.97 - 16/11/2007 - initial release