Skip to content

Commit d3f5a5d

Browse files
Document changes in CHANGELOG. Refs #487.
1 parent 085259b commit d3f5a5d

File tree

8 files changed

+18
-4
lines changed

8 files changed

+18
-4
lines changed

copilot-c99/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-01-06
1+
2024-01-07
2+
* Version bump (3.18). (#487)
23
* Change return type of main generated for tests. (#468)
34
* Print constants in tests using portable suffixes. (#471).
45
* Pass output arrays as arguments to trigger argument functions. (#431)

copilot-core/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-01-07
2+
* Version bump (3.18). (#487)
3+
14
2023-11-07
25
* Version bump (3.17). (#466)
36
* Compliance with style guide. (#457)

copilot-interpreter/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-01-07
2+
* Version bump (3.18). (#487)
3+
14
2023-11-07
25
* Version bump (3.17). (#466)
36
* Replace uses of deprecated functions. (#457)

copilot-language/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2023-12-27
1+
2024-01-07
2+
* Version bump (3.18). (#487)
23
* Add type annotation to help type inference engine. (#469)
34
* Rename forall to forAll. (#470)
45

copilot-libraries/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2023-12-27
1+
2024-01-07
2+
* Version bump (3.18). (#487)
23
* Introduce testing infrastructure for Copilot.Library. (#475)
34
* Replace uses of forall with forAll. (#470)
45

copilot-prettyprinter/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-01-07
2+
* Version bump (3.18). (#487)
3+
14
2023-11-07
25
* Version bump (3.17). (#466)
36

copilot-theorem/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2023-12-27
1+
2024-01-07
2+
* Version bump (3.18). (#487)
23
* Introduce testing infrastructure for Copilot.Theorem.What4. (#474)
34
* Replace uses of forall with forAll. (#470)
45

copilot/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2024-01-07
2+
* Version bump (3.18). (#487)
23
* Enable tests for copilot-theorem in CI script. (#474)
34
* Enable tests for copilot-libraries in CI script. (#475)
45
* Replace uses of forall with forAll. (#470)

0 commit comments

Comments
 (0)