diff options
| author | Theo Alexiou <theofilosalexiou@gmail.com> | 2022-02-05 20:28:09 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-10 11:24:51 +0100 |
| commit | f9ec777a826816e20e68021c0e73b5a76be650af (patch) | |
| tree | 5c1eba3d3fad3e32361d44a8c6fff1559a1c11b9 /docs | |
| parent | 4c76ffc2d6c77c850b4bef8d9acc197d11c47937 (diff) | |
Fixed #26287 -- Added support for addition operations to SimpleLazyObject.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 4b62cf09cf..6dd36e498c 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -294,7 +294,7 @@ URLs Utilities ~~~~~~~~~ -* ... +* ``SimpleLazyObject`` now supports addition operations. Validators ~~~~~~~~~~ |
