Skip to content

Commit 5467481

Browse files
committed
copilot-bluespec: Adjust issue numbers in changelog. Refs #623.
The `copilot-bluespec` package was originally developed in an external repo (https://github.com/Copilot-Language/copilot-bluespec), but there is interest in having all Copilot projects and libraries merged into the main https://github.com/Copilot-Language/copilot repo for ease of management. Now that the `copilot-bluespec` package lives in the `copilot` repo, this adjusts the issue numbers in the `copilot-bluespec` changelog to refer to the old repo so that they will not be confused with issues in the `copilot` repo.
1 parent 39955b8 commit 5467481

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

copilot-bluespec/CHANGELOG

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
11
2025-05-08
2-
* Version bump (4.4). (#43)
2+
* Version bump (4.4). (copilot-bluespec#43)
33

44
2025-05-05
5-
* Version bump (4.3.1). (#41)
6-
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)
7-
* Allow building with filepath-1.5.*. (#39)
5+
* Version bump (4.3.1). (copilot-bluespec#41)
6+
* Move Copilot.Compile.Bluespec.External out of shared directory.
7+
(copilot-bluespec#36)
8+
* Allow building with filepath-1.5.*. (copilot-bluespec#39)
89

910
2025-03-10
10-
* Version bump (4.3). (#34)
11+
* Version bump (4.3). (copilot-bluespec#34)
1112

1213
2025-01-20
13-
* Version bump (4.2). (#31)
14-
* Implement missing floating-point operations. (#28)
15-
* Allow using same trigger name in multiple declarations. (#30)
14+
* Version bump (4.2). (copilot-bluespec#31)
15+
* Implement missing floating-point operations. (copilot-bluespec#28)
16+
* Allow using same trigger name in multiple declarations.
17+
(copilot-bluespec#30)
1618

1719
2024-11-08
18-
* Version bump (4.1). (#25)
20+
* Version bump (4.1). (copilot-bluespec#25)
1921

2022
2024-09-09
21-
* Version bump (4.0). (#23)
22-
* Support translating Copilot array updates to Bluespec. (#19)
23+
* Version bump (4.0). (copilot-bluespec#23)
24+
* Support translating Copilot array updates to Bluespec.
25+
(copilot-bluespec#19)
2326

2427
2024-08-03
25-
* Test GHC 9.4 through 9.8. (#20)
28+
* Test GHC 9.4 through 9.8. (copilot-bluespec#20)
2629

2730
2024-07-11
28-
* Version bump (3.20). (#11)
29-
* Support translating Copilot struct updates to Bluespec (#10).
30-
* Fix a bug in the translation of the signum function. (#14)
31-
* Fix a bug in the translation of floating-point comparisons. (#15)
31+
* Version bump (3.20). (copilot-bluespec#11)
32+
* Support translating Copilot struct updates to Bluespec.
33+
(copilot-bluespec#10)
34+
* Fix a bug in the translation of the signum function.
35+
(copilot-bluespec#14)
36+
* Fix a bug in the translation of floating-point comparisons.
37+
(copilot-bluespec#15)
3238

3339
2024-03-08
34-
* Version bump (3.19). (#5)
40+
* Version bump (3.19). (copilot-bluespec#5)
3541
* Create new library for Bluespec backend.

0 commit comments

Comments
 (0)