adding todo and may newsletter

This commit is contained in:
Chris Cochrun 2023-06-01 16:48:17 -05:00
parent 96bc09ad4c
commit a0f462eae0
2 changed files with 45 additions and 0 deletions

4
TODO.org Normal file
View file

@ -0,0 +1,4 @@
* DONE Fix bug in accepting multipart/form-data on lisp server
The multiline text options do not grab the entire entry. I'll need to fix that by ensuring that the entire section is grabbed for every entry.
* DONE Make single newline show up
multiline text options do not include a single newline. They showup as a SPACE and a TAB