From d48f020147eb1a55735ddd1a1b03ee61aaf78bac Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 19 Nov 2019 21:59:49 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ddc4d..f3c0275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.9.0-rc3 (2019-11-19) + +**[compare](https://github.com/reagent-project/reagent/compare/v0.9.0-rc1...v0.9.0-rc2)** + +Fixed a shortcoming of using JS interop forms introduced in 0.9.0-rc1: + +[#461](https://github.com/reagent-project/reagent/pull/461): Add type hints for +JS interop calls, so that externs inference works for Shadow-CLJS and other users. + ## 0.9.0-rc2 (2019-10-17) **[compare](https://github.com/reagent-project/reagent/compare/v0.9.0-rc1...v0.9.0-rc2)**