diff --git a/README.md b/README.md
index 6d690bf..af38589 100644
--- a/README.md
+++ b/README.md
@@ -58,14 +58,28 @@ Different platform-specific implementations are provided.
[() -> ReadableByteChannel]: fluxo-io-rad/src/commonJvmMain/kotlin/fluxo/io/rad/StreamFactoryRadAccessor.kt#L122
[AsynchronousFileChannel]: fluxo-io-rad/src/commonJvmMain/kotlin/fluxo/io/rad/AsyncFileChannelRadAccessor.kt#L32
+
+ History notes
+
_The first steps of the implementation were dated 2021-03-31 (2d87ec044f5801cd3ad8cc31ac380b17fa31d44a)._
_Open-source since 2024-06-16._
+
+
+
+### Related or alternative projects
+
+* [Okio](https://github.com/square/okio)
+* [Kotlinx IO](https://github.com/Kotlin/kotlinx-io)
+* [Ktor IO](https://github.com/ktorio/ktor/tree/main/ktor-io)
+* [DitchOoM Buffer](https://github.com/DitchOoM/buffer)
+
### Versioning
Uses [SemVer](http://semver.org/) for versioning.
For the versions available, see the [tags on this repository](../../tags).
+
### License
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
@@ -73,6 +87,7 @@ For the versions available, see the [tags on this repository](../../tags).
This project is licensed under the Apache License, Version 2.0 — see the
[license](LICENSE) file for details.
+
[badge-kotlin]: http://img.shields.io/badge/Kotlin-2.0.0-7F52FF?logo=kotlin&logoWidth=10&logoColor=7F52FF&labelColor=2B2B2B
[badge-kotlin-link]: https://github.com/JetBrains/kotlin/releases
diff --git a/ROADMAP.md b/ROADMAP.md
index 65feaca..7b67586 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -5,8 +5,11 @@
Show
-* https://github.com/square/okio
-* https://github.com/Kotlin/kotlinx-io
-* https://github.com/ktorio/ktor/tree/main/ktor-io
-* https://github.com/DitchOoM/buffer
+* Port tests.
+* Set up code coverage.
+* Port benchmarks.
+* Set up multiplatform benchmarks.
+* Kotlin/Native implementations.
+* Node.JS implementations.
+* Wasm.Wasi implementations.