From 3585fd475bd43fdf948e84ffd12e9da30064423b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 1 Oct 2015 22:40:09 +0100 Subject: [PATCH] Add changes entry for anonymous typedef nested class fix Issue #508 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 24edfd374..af9168877 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -13,6 +13,9 @@ Version 3.0.8 (in progress) type system runtime in such cases as it doesn't compile and can't be used. Remove unnecessary warning 520 for %shared_ptr when the base class is ignored. +2015-10-01: vkalinin + Fix #508: Fix segfault parsing anonymous typedef nested classes. + 2015-09-26: wsfulton [Ruby] Add shared_ptr support