From 0c350d9b8162a1fce2bed8b6adddd3e5ff4243bb Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Fri, 25 Jun 2021 21:05:46 +0300 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 976d8b2f..1b81fa82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.3.3] - 2021-06-25 + +### Added + +- `CreateT` and `ChangeT` types now allow one to do type-level operations on audio graphs without constructing terms on the JS level, saving up to a millisecond in rendering time depending on the size and complexity of the graphs being used. + ## [0.3.2] - 2021-06-19 ### Changed diff --git a/package.json b/package.json index 0bcabc12..d51913bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-wags", - "version": "0.3.2", + "version": "0.3.3", "description": "Web Audio Graphs as a Stream", "scripts": { "build": "spago build",