Skip to content

Commit

Permalink
Document changes in CHANGELOG. Refs #532.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Sep 8, 2024
1 parent ccfb96e commit 2cea27d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion copilot-c99/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Add support for array updates. (#36)

2024-07-07
Expand Down
3 changes: 2 additions & 1 deletion copilot-core/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Update Op3, Array to support array updates. (#36)

2024-07-07
Expand Down
3 changes: 2 additions & 1 deletion copilot-interpreter/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Add support for array updates. (#36)

2024-07-07
Expand Down
3 changes: 2 additions & 1 deletion copilot-language/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Add support for array updates. (#36)

2024-07-07
Expand Down
3 changes: 2 additions & 1 deletion copilot-libraries/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Rename operator to avoid name clash. (#36)

2024-07-07
Expand Down
3 changes: 2 additions & 1 deletion copilot-prettyprinter/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Add support for pretty-printing struct update expressions. (#526)
* Add support for pretty-printing array update expressions. (#36)

Expand Down
3 changes: 2 additions & 1 deletion copilot-theorem/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Add support for struct updates in Copilot.Theorem.What4. (#524)
* Add support for array updates in Copilot.Theorem.What4. (#36)

Expand Down
3 changes: 2 additions & 1 deletion copilot/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-09-03
2024-09-07
* Version bump (4.0). (#532)
* Update example to demonstrate struct update support. (#524)
* Update example to demonstrate array update support. (#36)

Expand Down

0 comments on commit 2cea27d

Please sign in to comment.