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