Allow JSON requests to the micropub endpoint

This commit is contained in:
Jonny Barnes 2016-07-11 17:09:14 +01:00
parent 50126828ff
commit 72e61032d8
4 changed files with 21 additions and 7 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## Version {next}
- Allow new notes to be made by a JSON request from a micropub client
## Version 0.0.7.1 (2016-07-04)
- Minor style fixes