diff --git a/docs/changelog.rst b/docs/changelog.rst index 05cfc10a..441372d5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,9 @@ The third digit is only for regressions. Changes: ^^^^^^^^ -- Add a `convert` argument to :func:`attr.ib`, which allows specifying a function to run on arguments. This allows for simple type conversions, e.g. with ``attr.ib(convert=int)``. `[26] ` +- Add a ``convert`` argument to :func:`attr.ib`, which allows specifying a function to run on arguments. + This allows for simple type conversions, e.g. with ``attr.ib(convert=int)``. + `[26] `_ - speed up object creation when attribute validators are used `[28] `_