"The Christmas Edition"
Enhancement: Added type checking support for functools.partial. This advanced support does not work with overloads or argument lists that include list or dictionary unpack operators.
Bug Fix: Fixed a bug that resulted in a ParamSpec used within a generic function from becoming Unknown
in some circumstances.
Bug Fix: Fixed a bug that resulted in an incorrect specialized return type in certain cases involving ParamSpecs.
Bug Fix: Fixed bug that can result in incorrect type evaluations when a keyword argument name is evaluated first when hovering over it.
Behavior Change: Added special-case handling to accommodate assignment of a method that differs only in the Self parameter.
Enhancement: Added logic to preserve function doc strings for a ParamSpec when it captures the signature of a function with a doc string. This is useful for decorators.