Skip to content

Commit

Permalink
Fix some changelog issue references.
Browse files Browse the repository at this point in the history
We should point at reported issues rather than PRs. An inquisitive reader can follow the issue to the changeset if desired.
  • Loading branch information
nirvdrum committed Mar 21, 2024
1 parent 755e780 commit fa324b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ New Features:

Bug Fixes:

* Fixed an invalid method call in `bgv2json` (#82, @nirvdrum).
* Fixed an invalid method call in `bgv2json` (#79, @nirvdrum).
* Fixed a character escape issue with the Mermaid formatter that could result in invalid syntax (#87, @nirvdrum).

Changes:
Expand All @@ -29,7 +29,7 @@ Changes:
* Removed hidden nodes from the `describe` command output (#66, @chrisseaton).
* Improved the `describe` command output to ignore hidden nodes (@chrisseaton).
* Added more “triggers” to detect if we’re looking at Graal or Truffle graphs (as opposed to regular JVM graphs) (@chrisseaton).
* Support simplifying more allocation node classes (#73, @nirvdrum).
* Support simplifying more allocation node classes (#67, @nirvdrum).


# 0.14
Expand Down

0 comments on commit fa324b6

Please sign in to comment.