Skip to content
Snippets Groups Projects
Commit d2e02d2b authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Update changes and release process.

parent f3867263
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ Language ...@@ -26,6 +26,7 @@ Language
* support for type coercions in logic using `meta coercion` * support for type coercions in logic using `meta coercion`
* deprecated `theory`; use `module` instead * deprecated `theory`; use `module` instead
* term on the left of sequence `;` must be of type `unit` :x: * term on the left of sequence `;` must be of type `unit` :x:
* cloned axioms are now turned into lemmas; use `with axiom foo` to prevent :x:
Standard library Standard library
* machine integers in `mach.int.*` are now range types :x: * machine integers in `mach.int.*` are now range types :x:
...@@ -34,7 +35,7 @@ Standard library ...@@ -34,7 +35,7 @@ Standard library
Extraction Extraction
* improved extraction to OCaml * improved extraction to OCaml
* added partial extraction to C using the memory model of `mach.c` * added partial extraction to C using the memory model of `mach.c`
* added extraction to CakeML (using 'why3 extract -D cakeml ...') * added extraction to CakeML (using `why3 extract -D cakeml ...`)
Transformations Transformations
* transformations can now have arguments * transformations can now have arguments
...@@ -45,10 +46,10 @@ Drivers ...@@ -45,10 +46,10 @@ Drivers
* support for `use` in theory drivers * support for `use` in theory drivers
IDE IDE
* left toolbar replaced by a context menu * replaced left toolbar by a contextual menu
* source is now editable * source is now editable
* premises are no longer implicitly introduced * premises are no longer implicitly introduced
* command-line interface to call transformations and provers * added textual interface to call transformations and provers
Tools Tools
* deprecated `.why` file extension; use `.mlw` instead * deprecated `.why` file extension; use `.mlw` instead
......
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
* generate documentation * generate documentation
- update the date in doc/manual.tex (near \whyversion{}) - update the date in doc/manual.tex (near \whyversion{})
- check/update the authors in doc/manual.tex
- check that macro \todo is commented out in doc/macros.tex - check that macro \todo is commented out in doc/macros.tex
- do "make doc" - do "make doc"
(check that manual in HTML is also generated, doc/html/index.html) (check that manual in HTML is also generated, doc/html/index.html)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment