From 72fb33971b688ea8cb089c91fe60f10ed5e8273a Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Tue, 1 Nov 2022 23:11:59 -0700 Subject: [PATCH] Don't use headings to format titles in CHANGELOG. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b595e8a0..15ca7ff61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ CompilerGym v0.2.5 adds a new LLVM dataset, two new observation spaces, and includes numerous updates and bug fixes. -## Summary of Changes +**Summary of Changes** - [llvm] Added two new observation spaces, `LexedIr` and `LexedIrTuple`, providing access to a sequence of IR tokens @@ -46,7 +46,7 @@ includes numerous updates and bug fixes. - Reduced verbosity and wall time of CMake builds. - Updates and fixes dependent package conflicts (fixes #771, #768). -## Credits +**Credits** A huge thank you to all code contributors!