From eeadc28e3ba1655c469659b6628edeaf68648111 Mon Sep 17 00:00:00 2001 From: Clownxz Date: Sat, 13 Jul 2024 02:29:33 -0400 Subject: [PATCH] Mention pull-request in CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1236de5..cb02fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Failed to parse tool specifications in foreman.toml if they were an inline table +- Failed to parse tool specifications in foreman.toml if they were an inline table ([#36]) + +[#36]: https://github.com/rojo-rbx/rokit/pull/36 ## `0.1.4` - July 11th, 2024