compatibility with "pretty" json (fixes #202)

This commit is contained in:
Lukas Schauer
2016-05-18 12:19:48 +02:00
parent 969bebef95
commit 561f0626b8
2 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ This file contains a log of major changes in letsencrypt.sh
### Fixed
- Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
- mktemp no longer uses the deprecated `-t` parameter.
- Compatibility with "pretty" json
## [0.1.0] - 2016-03-25
### Changed