From 453c1dc110720a366f90ef84dc2d75a5cd8c28e0 Mon Sep 17 00:00:00 2001 From: Matthew Craven Date: Thu, 15 Feb 2024 16:08:40 -0500 Subject: [PATCH] Remove Changelog section for far-off unreleased 0.13 This section should not appear at the top of the released 0.12-series changelogs. --- Changelog.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2dc4b6de6..8a9a16994 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,17 +1,3 @@ -[0.13.0.0] — circa 2026-2027 - -* __Breaking Changes__: - * [`Data.Data.dataTypeOf` for `StrictByteString` and `LazyByteString` now returns a `DataType` that uses `AlgRep` instead of `NoRep`.](https://github.com/haskell/bytestring/pull/614) - * This allows utilities like `syb:Data.Generics.Text.gread` to be meaningfully used at these types containing `ByteString`s. - - [0.12.1.0] — February 2024 * [Provisional support has been added for using `bytestring` with GHC's JavaScript back-end.](https://github.com/haskell/bytestring/pull/631)