From 353fdac978d8b2ffb2fe86f338b793263a8663a4 Mon Sep 17 00:00:00 2001 From: Kyle Koser Date: Mon, 2 Dec 2019 10:01:23 -0800 Subject: [PATCH] Update changelog for #151 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5dbd7f5..fd2bfcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## Version 2.25.2-SNAPSHOT +- Support generating locals that reference generated class types - [#151](https://github.com/linkedin/dexmaker/pull/151) + ## Version 2.25.1 (2019-11-21) - Add support for abstract and native methods generation - [#144](https://github.com/linkedin/dexmaker/pull/144) - Allow ProxyBuilder to call hidden APIs - [#150](https://github.com/linkedin/dexmaker/pull/150)