From 0e7866384944175ca2571f4387c81dcb538d22ee Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Thu, 30 Jun 2022 11:53:00 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db3d274..e0db80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2 - Added the option to register breadcrumbs manually with `Gretel::breadcrumb()` +### Fixed + +- Fixed issue where resource routes didn't work when [nested in route groups with parameters (#7)](https://github.com/glhd/gretel/issues/7) + ## [1.5.0] - 2022-02-11 ### Added