File: CHANGELOG.md

package info (click to toggle)
haskell-static-bytes 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: haskell: 287; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog for `static-bytes`

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).

## 0.1.1 - 2024-10-21

* Ensure that the functionality on big-endian machine architectures is the same
  as that on little-endian machine architectures. 

## 0.1.0 - 2023-07-07

* Spin out module `Pantry.Internal.StaticBytes` from package `pantry-0.8.3`.