From 81f6b3a29b3b9b6de15212270659c790193392f8 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Thu, 2 Mar 2023 01:30:45 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5ad75a..729e2ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Optimize resolving pydantic class [[#658](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/658)] - Improve dynamic model field detection [[#659](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/659)] - Improve test coverage [[#660](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/660)] +- Use multiResolveCalleeFunction instead of getResolvedPsiElements [[#661](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/661)] ## 0.3.17 - 2022-12-16 - Support Union operator [[#602](https://github.com/koxudaxi/pydantic-pycharm-plugin/pull/602)]