Add a note to the changelog

This commit is contained in:
Dave Halter
2023-07-28 22:59:03 +02:00
parent 886279fb6d
commit d8420d0f72
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ Changelog
Unreleased
++++++++++
- Massive improvements in performance for ``Interpreter`` (e.g. IPython) users.
This especially affects ``pandas`` users with large datasets.
0.18.2 (2022-11-21)
+++++++++++++++++++

View File

@@ -9,7 +9,7 @@ import re
import builtins
import typing
from pathlib import Path
from typing import Optional, Tuple, Union
from typing import Optional, Tuple
from jedi.inference.compiled.getattr_static import getattr_static