Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Sep 6, 2023
1 parent 3bd330d commit 40ad5ff
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)]
Expand Down

0 comments on commit 40ad5ff

Please sign in to comment.