update readme todo list

This commit is contained in:
Jeremy Baxter 2024-06-05 12:30:31 +12:00
parent 756d1a42ee
commit 89e6561297

View file

@ -61,7 +61,16 @@ Documentation can be found by reading the documentation comments in the code.
- Default section - Default section
- Comments - Comments
### Todo ### Unimplemented
- Key referencing - Key referencing
- Testing D:
Currently initial.d does all I need it to, and I consider it complete.
However if you have any questions, feel free to send an email to [my
public inbox][1] or directly to my address (jeremy@baxters.nz). Patches
are also welcome which you can generate with `git format-patch` and attach
to an email or just copy into the body of an email ([`git send-email`][2]
can do this automatically).
[1]: https://lists.sr.ht/~jeremy/public-inbox
[2]: https://git-send-email.io