packages feed

libyaml-streamly-0.2.4.0: ChangeLog.md

# Changelog for libyaml-streamly

## 0.2.4.0

* Allow ByteString that is the result of serialization to be freed: [https://github.com/snoyberg/yaml/pull/233](https://github.com/snoyberg/yaml/pull/233)

## 0.2.3.0

* migrate to streamly-core

## 0.2.2.1

* Use pkg-config when linking against system lib
* Use separate package `libyaml-clib` when using bundled sources

## 0.2.2

* pin streamly to < 0.9.0

## 0.2.1

* Add benchmarks and NFData instances

## 0.2.0

* Rewrite in streamly

## 0.1.2

* Upgrade `libyaml` to 0.2.2

## 0.1.1.1

* Work around GHC 8.6.5 issue on Windows preventing truncated files.  [#178](https://github.com/snoyberg/yaml/issues/178)

## 0.1.1.0

* Add options to `FormatOptions` to govern when tags rendered explicitly and when they are left implicit. [#165](https://github.com/snoyberg/yaml/issues/165)

## 0.1.0.0

* Split `libyaml` into a separate package from `yaml`. This split occurred at
  `yaml` version 0.10.4.0.