summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6dd087e..cbd16de 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -148,18 +148,13 @@ Current v1.1.0
- [ ] extract version for Makefile.PL from Application
- [ ] add basic telemetry (goatcounter?)
- [ ] make mime_render return a mojo bytes object
+- [ ] advance toml config plugin
+ - [ ] add template support, maybe
+ - [ ] add config validation
- [x] compute hmac on the client side
- [x] better handling on form
- [ ] better random numbers
-- [ ] advance ini config plugin
- - [x] allow non-leaf nodes to be arrays
- - [ ] allow quotes
- - [ ] allow continuation over multiple lines
- - [ ] warn about overrides
- - [ ] add template support, maybe
- - [x] switch to TOML or a provided format, as INI is too basic
- - [ ] add config validation
- [ ] improve i18n
- [ ] add localization of dates and time
- [x] refactor I18N plugin to allow independent translate provider