aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/01-kernel
AgeCommit message (Collapse)Author
2020-07-01UIP in SPropGaëtan Gilbert
2020-05-14Add a changelog for 8.11.2.Pierre-Marie Pédrot
2020-04-13Fix #11783 Require in SectionGaëtan Gilbert
2020-04-03Adding changelog for 8.11.1.Pierre-Marie Pédrot
2020-03-12Add changelog entrySimonBoulier
2020-01-22Move new entries in 8.11.0 changelog.Théo Zimmermann
2020-01-22Changelog for 8.11.0.Théo Zimmermann
2020-01-22Fix #11421 computation of Set+2Gaëtan Gilbert
2020-01-13Native compute: cleanup temporary files on program exitGaëtan Gilbert
We make a temporary directory for these files and cleanup at process exit. The temporary directory means we don't have to guess what extensions ocaml will produce, we can just delete everything there. We use Lazy to avoid spamming unused directories when ahead-of-time compiling without actually using native casts / nativenorm (typically stdlib files). Sadly ocaml has "create temp file" but not "create temp dir", so we have to copy the name generation code. Fix #10495
2020-01-06Fix #11360: discharge of template inductive with param only use of varGaëtan Gilbert
2019-12-02Move unreleased changelog to new 8.11 section.Théo Zimmermann
2019-11-28[changelog] Add types to changelog entries.Théo Zimmermann
Types of changes are defined in the list defined by Keep a Changelog 1.0.0 (https://keepachangelog.com/en/1.0.0/): - Added - Changed - Deprecated - Fixed - Removed We exclude the type Security for now, even for soundness fixes, because the process of handling security vulnerabilities is different from anything we follow right now.
2019-11-28Fix extension of changelog file.Théo Zimmermann
2019-11-01docs: Add entry in changelogErik Martin-Dorel
2019-10-24Release notes for Coq 8.10.1Vincent Laporte
2019-10-16Fix a De Bruijn bug in the computation of term relevance in the kernel.Pierre-Marie Pédrot
Opening up a lambda should always lift the substitution attached to it.
2019-10-05Changelog for SProp onGaëtan Gilbert
2019-09-25Adding documentation for the move of sections data to kernel.Pierre-Marie Pédrot
2019-09-12Release notes for 8.10+beta3.Théo Zimmermann
2019-08-26Document `Template Check` flag and add changelog entry for 9918Matthieu Sozeau
Fix changelog entry Fix build of the user manual Markup fixes from Théo Zimmermann Update doc and changelog and improve error messages.
2019-07-08Adding a changelog.Pierre-Marie Pédrot
2019-05-05Create categories in changelog.Théo Zimmermann