From 5395265e92c42a170e9c7cd1d801b810a90f6e7f Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Sun, 22 Jan 2023 09:50:18 +0000 Subject: [PATCH] Update BREAKING_CHANGES.md --- BREAKING_CHANGES.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index cb9c33e1..019693b7 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -1,23 +1,5 @@ # Breaking changes -This document contains a list of _breaking changes_ for Pinafore. For a full changelog, see [GitHub releases](https://github.com/nolanlawson/pinafore/releases). +There are no breaking changes yet. -## 2.0.0 - -For self-hosters, the new minimum Node.js versions are v12.20+, v14.14+, or v16.0+ [due to native ES Modules](https://github.com/nolanlawson/pinafore/pull/2064). - -Please check your Node version using `node --version` and update as necessary. - -## 1.0.0 - -This version [switches Pinafore from npm to yarn](https://github.com/nolanlawson/pinafore/pull/927). Those who self-host Pinafore will need to make the following changes: - -1. [Install yarn](https://yarnpkg.com/en/docs/install) if you haven't already. -2. Instead of `npm install`, run `yarn --pure-lockfile`. - -This change fixes [a functional bug in Webpack](https://github.com/nolanlawson/pinafore/pull/926). If you use npm instead of yarn, Pinafore may not build correctly. - -### Notes: - -- Using `yarn start` instead of `npm start` should not make a difference. -- Those using Docker shouldn't need to change anything. +> See [previous breaking changes in Pinafore](https://github.com/nolanlawson/pinafore/releases).