Skip to content

Commit 04f7bc4

Browse files
Document changes in CHANGELOG. Refs #604.
1 parent bfc176a commit 04f7bc4

File tree

8 files changed

+16
-4
lines changed

8 files changed

+16
-4
lines changed

copilot-c99/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-03-07
2+
* Version bump (4.3). (#604)
3+
14
2025-01-07
25
* Version bump (4.2). (#577)
36
* Remove uses of Copilot.Core.Expr.UExpr.uExprType. (#565)

copilot-core/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2025-02-28
1+
2025-03-07
2+
* Version bump (4.3). (#604)
23
* Fix typo in documentation. (#587)
34
* Add a Show instance for Type. (#589)
45
* Add a Prop type to capture how a property is quantified. (#254)

copilot-interpreter/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-03-07
2+
* Version bump (4.3). (#604)
3+
14
2025-01-07
25
* Version bump (4.2). (#577)
36

copilot-language/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2025-03-07
2+
* Version bump (4.3). (#604)
23
* Fix typo in documentation. (#587)
34
* Record how a Property's underlying proposition is quantified. (#254)
45
* Remove deprecated function Copilot.Language.Operators.Array.(.!!).

copilot-libraries/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2025-03-07
2+
* Version bump (4.3). (#604)
23
* Remove deprecated function Copilot.Library.Utils.(!!). (#599)
34

45
2025-01-07

copilot-prettyprinter/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2025-02-28
1+
2025-03-07
2+
* Version bump (4.3). (#604)
23
* Update pretty-printing to handle Props. (#254)
34

45
2025-01-07

copilot-theorem/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2025-02-28
1+
2025-03-07
2+
* Version bump (4.3). (#604)
23
* Fix multiple typos in README. (#560)
34
* Fix typo in documentation. (#587)
45
* Add function to produce counterexamples for invalid properties. (#589)

copilot/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2025-03-05
1+
2025-03-07
2+
* Version bump (4.3). (#604)
23
* Include missing dependencies in installation instructions. (#591)
34
* Update version of GHC in README. (#590)
45
* Add example of how to use proveWithCounterExample. (#589)

0 commit comments

Comments
 (0)