Add changelog, undo null tolerance.

Null tolerance is a plague. I wish `String` did not admit nulls and we had to
use Optional<String> for potentially null strings, but Java will forever be
cursed with the billion dollar mistake.
This commit is contained in:
Michael Bayne
2019-05-28 10:30:26 -07:00
parent 1ba5e5542c
commit c45615f0a0
2 changed files with 5 additions and 6 deletions
+2
View File
@@ -5,6 +5,8 @@
* Fixed issues with proxy information not getting properly passed through to app.
Via [#216](//github.com/threerings/getdown/pull/216).
* `appbase` and `latest` properties in `getdown.txt` now process env var subtitutions.
## 1.8.4 - May 14, 2019
* Added `verify_timeout` config to allow customization of the default (60 second) timeout during