From f971bbffc8194e66113eb5d5e88562d4fabd9cdd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 24 Jan 2020 19:54:52 +0000 Subject: [PATCH] Add changes entry for upcasting of shared_ptr's --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index d6e9af61f..587d91ee4 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.2 (in progress) =========================== +2020-01-24: etse-dignitas, wsfulton + #1533 [C#, D, Java] Fix upcasting for shared_ptr's of templated types. + 2020-01-16: mcfarljm #1643 #1654 When using -doxygen, fix segfault when nameless parameters or vararg parameters are used.