Skip to content

Commit

Permalink
Remove Changelog section for far-off unreleased 0.13
Browse files Browse the repository at this point in the history
This section should not appear at the top
of the released 0.12-series changelogs.
  • Loading branch information
clyring committed Feb 15, 2024
1 parent 0027641 commit 453c1dc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
<!--
* Bug fixes:
* API additions and behavior changes:
* Deprecations:
* Performance improvements:
* Miscellaneous:
* Internal stuff:
-->

[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)
Expand Down

0 comments on commit 453c1dc

Please sign in to comment.