| commit | fa9f4663f219a9d7c7dcd7dc33ded323cce4cfcb | [log] [tgz] |
|---|---|---|
| author | Loïc Hoguin <essen@ninenines.eu> | Fri Apr 11 14:00:47 2025 +0200 |
| committer | Loïc Hoguin <essen@ninenines.eu> | Fri Apr 11 14:00:47 2025 +0200 |
| tree | 01894e8787358a7a9f5827a7fecb4d46464183a6 | |
| parent | 627b8f9ed65da255afaddd166b1b9d102e0fa512 [diff] |
Fix Cowlib version in migration guide
diff --git a/doc/src/guide/migrating_from_2.1.asciidoc b/doc/src/guide/migrating_from_2.1.asciidoc index 0cd2f43..3cacc9e 100644 --- a/doc/src/guide/migrating_from_2.1.asciidoc +++ b/doc/src/guide/migrating_from_2.1.asciidoc
@@ -25,7 +25,7 @@ * The `state_name`, `event_handler` and `event_handler_state` fields were added to `gun:info/1`. -* Update Cowlib to 2.14.1. +* Update Cowlib to 2.15.0. === Experimental features added