From 7df707a3a884b8015d45bc5c15e097146024d9b7 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Fri, 2 Aug 2024 10:28:22 -0500 Subject: [PATCH] docs: add changelog entry for #2014 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf9abc0ae..462cb11b2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ This fork includes the following changes and enhancements: - [feat: support multiple database connections](https://github.com/larastan/larastan/pull/1879) - [fix: default date casting](https://github.com/larastan/larastan/pull/1842) - [fix: handle model property aliases](https://github.com/larastan/larastan/pull/1999) +- [fix: make TGet covariant on Attribute stub](https://github.com/larastan/larastan/pull/2014) ## ✨ Getting Started