11## News
2- ** Release 3.9 -- 2022-01-08 **
2+ ** Release 3.10 -- 2022-07-07 **
33
4- We are pleased to announce the release of Copilot 3.9 , a stream-based DSL for
4+ We are pleased to announce the release of Copilot 3.10 , a stream-based DSL for
55writing and monitoring embedded C programs, with an emphasis on correctness and
66hard realtime requirements. Copilot is typically used as a high-level runtime
77verification framework, and supports temporal logic (LTL, PTLTL and MTL),
@@ -10,12 +10,12 @@ clocks and voting algorithms.
1010Among others, Copilot has been used at the Safety Critical Avionics Systems
1111Branch of NASA Langley Research Center for monitoring test flights of drones.
1212
13- This new release fixes multiple bugs, removes deprecated elements, hides
14- internal parts of the implementation from the public API, implements part of
15- our new coding standard, and adds support for GHC 9. As part of this new
16- release, we have also put in place a new software engineering process designed
17- to meet the requirements to obtain NASA's Class D software classification.
18- Details are available
13+ This new release alters how structs are passed as arguments to handler
14+ functions. It also fixes multiple bugs, removes deprecated elements, hides
15+ internal parts of the implementation from the public API, and removes
16+ unnecessary dependencies. This release also continues to use our new software
17+ engineering process designed to meet the requirements to obtain NASA's Class D
18+ software classification. Details are available
1919[ here] ( https://github.com/Copilot-Language/copilot/milestone/13?closed=1 ) .
2020
2121Current emphasis is on facilitating the use with other systems, improving the
0 commit comments