diff options
author | 2024-09-18 02:33:08 +0200 | |
---|---|---|
committer | 2024-09-18 02:33:08 +0200 | |
commit | 5a51d19e270e5df7a91e1e953ec9b38250227578 (patch) | |
tree | ed1f1261ac13aab5703ad97570c98df2307e0651 /CHANGELOG.md | |
parent | 7f5b6261c63e2e7d6d87c8d2191ecd5ac04807a9 (diff) | |
download | iced-5a51d19e270e5df7a91e1e953ec9b38250227578.tar.gz iced-5a51d19e270e5df7a91e1e953ec9b38250227578.tar.bz2 iced-5a51d19e270e5df7a91e1e953ec9b38250227578.zip |
Use permalink for pocket guide link in `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ae9218..0dbf8fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.13.0] - 2024-09-18 ### Added - Introductory chapters to the [official guide book](https://book.iced.rs/). -- [Pocket guide](https://docs.rs/iced/latest/iced/#the-pocket-guide) in API reference. +- [Pocket guide](https://docs.rs/iced/0.13.0/iced/#the-pocket-guide) in API reference. - `Program` API. [#2331](https://github.com/iced-rs/iced/pull/2331) - `Task` API. [#2463](https://github.com/iced-rs/iced/pull/2463) - `Daemon` API and Shell Runtime Unification. [#2469](https://github.com/iced-rs/iced/pull/2469) |