summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 18:16:29 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 18:16:29 +0200
commit3b181418ffd1300a6213e33b5268b1d92e35d4a1 (patch)
tree66f1c7cc597dee7a895dd9c2c34afae2f06e5875
parentf299215889b6acf8aff86243d50d4a54bb528021 (diff)
downloadapifw-3b181418ffd1300a6213e33b5268b1d92e35d4a1.tar.gz
Change: update NEWS about large blobs
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5bc1d24..56a8b89 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ This file summarizes changes between releases of `apifw`.
Version 0.31+git, not yet released
----------------------------------
+* Add support for uploading (PUT) and downloading (GET) large files,
+ using bottle.py's `static_file` and some poking at bottle's
+ internals in a particularly ugly way.
Version 0.31, released 2017-12-08
----------------------------------