diff --git a/changelog.d/0007-dev-server-binding.md b/changelog.d/0007-dev-server-binding.md new file mode 100644 index 0000000000..e7effc62d6 --- /dev/null +++ b/changelog.d/0007-dev-server-binding.md @@ -0,0 +1,5 @@ +[BugFixes] +- The dev server binds all interfaces explicitly. Without a `--host`, + `ng serve` picks its own loopback binding and can come up IPv6-only, + which reads as connection refused to anything resolving localhost to + 127.0.0.1. diff --git a/changelog.d/0007-make-help-release-verbs.md b/changelog.d/0007-make-help-release-verbs.md new file mode 100644 index 0000000000..f0d28e15bd --- /dev/null +++ b/changelog.d/0007-make-help-release-verbs.md @@ -0,0 +1,6 @@ +[Maintainability] +- `make help` now lists the three release-flow verbs it skipped: + `changelog` (dependency-bump audit), `preview` (render the notes as + the release page will show them) and `sweep` (remove consumed + fragments) — the notes-preview step was undiscoverable exactly when + it matters, right before a tag.