skia2/modules/pathkit/CHANGELOG.md
Kevin Lubick f76da63fbd [canvaskit] Update build script to support latest Emscripten
Add workaround for https://github.com/emscripten-core/emscripten/issues/10072

Note to reviewer, please check out the steps I added
in canvaskit/README.md to document this process.

Bug: skia:9816
Change-Id: Idbe7ff08ac62f4f4d70e656384831b8d24c4a684
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/266941
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-01-28 15:41:58 +00:00

33 lines
809 B
Markdown

# PathKit Changelog
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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Updated to emscripten 1.39.6
## [0.6.0] 2019-02-25
### Fixed
- Potential bug in `ready()` if already loaded.
### Removed
- Deprecated `PathKitInit.then()` see 0.5.1 notes.
## [0.5.1] 2019-01-04
### Changed
- `PathKitInit(...).then()` is no longer the recommended way to initialize things.
It will be removed in 0.6.0. Use `PathKitInit(...).ready()`, which returns a real Promise.
## [0.5.0] 2018-12-17
Updated PathKit to use same FOSS license as Skia proper.
## [0.4.2] 2018-11-07
Beginning of changelog.