Skip to content

Commit 2cea27d

Browse files
Document changes in CHANGELOG. Refs #532.
1 parent ccfb96e commit 2cea27d

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
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-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Add support for array updates. (#36)
34

45
2024-07-07

copilot-core/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Update Op3, Array to support array updates. (#36)
34

45
2024-07-07

copilot-interpreter/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Add support for array updates. (#36)
34

45
2024-07-07

copilot-language/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Add support for array updates. (#36)
34

45
2024-07-07

copilot-libraries/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Rename operator to avoid name clash. (#36)
34

45
2024-07-07

copilot-prettyprinter/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Add support for pretty-printing struct update expressions. (#526)
34
* Add support for pretty-printing array update expressions. (#36)
45

copilot-theorem/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Add support for struct updates in Copilot.Theorem.What4. (#524)
34
* Add support for array updates in Copilot.Theorem.What4. (#36)
45

copilot/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2024-09-03
1+
2024-09-07
2+
* Version bump (4.0). (#532)
23
* Update example to demonstrate struct update support. (#524)
34
* Update example to demonstrate array update support. (#36)
45

0 commit comments

Comments
 (0)