]> matita.cs.unibo.it Git - helm.git/blob - matita/dist/ChangeLog
matita 0.5.1 tagged
[helm.git] / matita / dist / ChangeLog
1 0.5.1  - -/5/2008 - minor bug fix release
2         * visualization of inductive types reports the number of fixed parameters
3         * a wrong context was used to refine fixpoints arguments
4           when trying to optimize out the letin (grep for `AvoidLetIn):
5           (let rec f x = Fix... in f t ---> Fix... t)
6         * auto fixed to prefer goals with metavariables to closed ones,
7           added new syntax to specify the universe "auto by t1, t2, ...",
8                 updated documentation describing all auto parameters
9         * declarative language syntax and documentation ported to the new 
10           auto parameters
11
12 0.5.0  - 9/5/2008 - bugfix release
13         * first release not considered experimental
14
15 0.4.98 - ??/11/2007 - bugfix release
16         * compiles against camlp5 >= 5.0  
17         * changed lablgtksourceview module name since it is now part of lablgtk2
18
19 0.4.97 - 16/11/2007 - initial release