diff --git a/_dist/README.txt b/_dist/README.txt index cf746c8..c93bf16 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -8,10 +8,17 @@ Tags: nmdc =UPGRADING FROM DCWEBUI2= -- The configuration file format is identical, but please now ensure it's valid json instead of just a .js file. This means no assignment, use double-quoted strings, and no comments. +- The configuration file content is identical between nmdc-webfrontend 1.0.0 and dcwebui2 1.3.0, but please now ensure it's valid JSON instead of arbitrary javascript. This means no assignment, use double-quoted strings, and no comments. +- Future changes to the configuration file since nmdc-webfrontend 1.0.0 are backward compatible (see the changelog for more details). =CHANGELOG= +2017-02-06 1.1.2 +- Autodetect 'extern', no need to include it in config files +- Enhancement: Remove redundant request, for a faster page load +- Display server version number in log file and in response headers +- Fix a cosmetic issue with spacing around user count in page title + 2017-02-06 1.1.1 - Fix an issue with malformed content in minified build