From 5e8263704d26f0d054c823aa51fcfb447ff6234a Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 18 Apr 2022 15:51:17 +0600 Subject: [PATCH 1/2] Document the `errors` module --- src/errors.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/errors.rs b/src/errors.rs index 35c01787..0c56c3e7 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,3 +1,5 @@ +//! Possible error types. + use std::{io, time::Duration}; use serde::Deserialize; From 9ee3b90988841e967ab38985f3aa49cfb681f963 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 18 Apr 2022 15:52:22 +0600 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec90f20..e30854b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + + - Document the `errors` module. + ## 0.5.0 - 2022-04-13 ### Added