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