From 40ad5ff0fa11f4c4e0103de913f4a70324be489e Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Wed, 6 Sep 2023 09:05:47 -0700 Subject: [PATCH] Update changelog --- changelog.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 7013530..c185e21 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,8 @@ Hello! After a bit of a hiatus, the [Architect team](https://github.com/architec - Added `--verbose|-v` / `options.verbose`, `--debug|-d` / `options.debug` logging modes, and some additional logging - Added `-h` help alias for CLI - Added Typescript Types via JSDOC comments +- Enabled `port` and `host` options to be passed to Dynalite in `http` mode (instead of needing to be set in `dynalite.listen(port, host)`) + ### Changed @@ -24,11 +26,6 @@ Hello! After a bit of a hiatus, the [Architect team](https://github.com/architec - Updated tests - Added Architect Code of Conduct, new CI flow, etc. - -### Fixed - -- Fixed CLI `--port` (and `--host`) options not being passed to Dynalite in `http` mode; fixes [#178](https://github.com/architect/dynalite/issues/178) - --- ## [3.2.2 (and prior)]