diff --git a/README.md b/README.md index 2715e4a..8790c91 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Roadmap What follows is a list roadmap of features and the (approximate) versions in which they will be implemented. The API will only change in major versions of the library, while minor versions will be dedicated to internal improvements and patch versions to small fixes that got past the release. - v1.0-beta: - - [x] Node connectivity + - [x] Node connectivity (_TBT_) + - [x] Channel functionality (_TBT_) - [ ] Messages properly sent and received - - [ ] Channel functionality - v1.0: - [ ] Message encryption - [ ] P2P Private messages @@ -34,6 +34,8 @@ What follows is a list roadmap of features and the (approximate) versions in whi - [ ] P2P File transfer - [ ] Memos (with TTL) +_TBT = To Be Tested_ + API Documentation ----------------- NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML documentation, which you can do by running `doxygen` in the root directory of the project or by using the graphical wizard.