diff --git a/HISTORY.md b/HISTORY.md index 92b3807..1945ac4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,12 +2,14 @@ ## 0.6.3 + - Removed dependency on jQuery for dpd.js - JSON-formatted "bad credentials" login error - - Fixed "no open connections" bug on startup - - Renamed Db.connect to Db.create + - Improved error reporting on CLI when port is in use + - If in development mode, and no port has been specifically requested, CLI will retry with up to 5 different ports- Fixed "no open connections" bug on startup + - Renamed `Db.connect()` to `Db.create()` - Db connections are now lazy and only occur once a request is made - + ## 0.6.2 - Fixed rare but annoying bug where server would crash for no good reason ("Cannot set headers") on a request