Skip to content

Commit ec54ada

Browse files
committed
document that env and dyn provide the Mapping API
1 parent 2070452 commit ec54ada

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ print(e) # empty!
245245

246246
When the `with` block exits, the environment clears itself. The environment instance itself remains alive due to Python's scoping rules.
247247

248+
*Changed in v0.13.1.* ``env`` now provides the ``collections.abc.Mapping`` API.
249+
248250

249251
### ``assignonce``
250252

@@ -319,6 +321,8 @@ For some more details, see [the unit tests](unpythonic/test/test_dynassign.py).
319321

320322
*Changed in v0.13.0.* The ``asdict`` and ``items`` methods previously returned a snapshot; now they return a live view.
321323

324+
*Changed in v0.13.1.* ``dyn`` now provides the ``collections.abc.Mapping`` API.
325+
322326

323327
## Containers
324328

0 commit comments

Comments
 (0)