From 0026d440462e5b87adbd9f6e3f837403aabe8ed9 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Thu, 2 Mar 2023 11:37:10 -0500 Subject: [PATCH] Fix CHANGELOG PR link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6336b..e997dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Bump minimum Trilogy version to 2.3.0. #32 - Start using the new Trilogy 2.3.0 error classes. #24 -- Rely on the upstream `execute` method (which includes an `allow_retry` option). #13 +- Rely on the upstream `execute` method (which includes an `allow_retry` option). #12 - Rely on the upstream `raw_execute` method (which includes a new warning feature). #29 - Replace custom dbconsole patch with `TrilogyAdapter::Connection#trilogy_adapter_class`. #8