From 14f7297243039cbd5cfd7c4cb72333af8f3bb63c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 22 Oct 2019 01:57:40 -0400 Subject: [PATCH] Add changelog entries. --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4303b2f..9cc3770f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. -### ??? (in development) - +### 1.1.6 (in development) +- Add ability for plugins to use LuaJIT on Mac. +- Core + - MIDI-Map: Don't move param until the first MIDI CC command is sent. +- API + - Remove support for namespaced `rack::APP`, `rack::DEBUG`, etc macros. Use namespace-less `APP`, `DEBUG`, etc instead. + - Add `dsp::IIRFilter`. ### 1.1.5 (2019-09-29) - Swap order of tags and brands in Module Browser.