update README.rst

This commit is contained in:
konsumlamm
2020-02-09 21:03:00 +01:00
parent fc59fd1e02
commit d8e6009067
+5
View File
@@ -53,6 +53,11 @@ How to use
Recent Changes
--------------
- 1.1.0
- Change macros (``defer!``, ``defer_on_success!`` and ``defer_on_unwind!``)
to accept statements. (by @konsumlamm)
- 1.0.0
- Change the closure type from ``FnMut(&mut T)`` to ``FnOnce(T)``: