Skip to content

Commit 521569d

Browse files
committed
docs: Update crate docs
1 parent ddc68bd commit 521569d

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [Unreleased]
44

5-
[unreleased]: https://github.com/FluenTech/embedded-time/compare/v0.9.1...HEAD
5+
[unreleased]: https://github.com/FluenTech/embedded-time/compare/v0.10.0...HEAD
66

7-
## [0.10.0] - 2020-08-27
7+
8+
## [0.10.0] - 2020-08-28
9+
10+
### Added
11+
12+
- multiplication and division (both operator and _checked_) of durations and rates by integers
813

914
### Changed
1015

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,9 @@ _(the size of `core` duration type is 12 B)_
215215
| Kilobaud | kBd |
216216
| Baud | Bd |
217217

218-
- Conversion from/to all other rate types within the same class (frequency, data rate, etc.).
219-
For example, MBps (megabytes per second) --> Kibps (kibibits per second).
218+
- Conversion from/to all other rate types within the same class (frequency, data rate, etc.) and
219+
_base_ (mega, mebi, kilo, kibi). For example, MiBps (mebibytes per second) --> Kibps (kibibits
220+
per second) and MBps (megabytes per second) --> kbps (kilobits per second).
220221

221222
- Conversion from `Duration` types
222223

crates-io.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ _(the size of `core` duration type is 12 B)_
211211
| Kilobaud | kBd |
212212
| Baud | Bd |
213213

214-
- Conversion from/to all other rate types within the same class (frequency, data rate, etc.).
215-
For example, MBps (megabytes per second) --> Kibps (kibibits per second).
214+
- Conversion from/to all other rate types within the same class (frequency, data rate, etc.) and
215+
_base_ (mega, mebi, kilo, kibi). For example, MiBps (mebibytes per second) --> Kibps (kibibits
216+
per second) and MBps (megabytes per second) --> kbps (kilobits per second).
216217

217218
- Conversion from `Duration` types
218219

0 commit comments

Comments
 (0)