Skip to content

Commit daa290a

Browse files
committed
Document changes for version 1.9.1
1 parent 76bf57c commit daa290a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Changes
44
Version 1.9.1
55
-------------
66

7+
1. Fix bug in the ```find_noncopyable_vars``` method which wrongly returned
8+
member variables of pointer type (#84)
9+
10+
2. Fix bug in the ```smart_pointer_traits.value_type``` and
11+
```auto_pointer_traits.value_type``` methods which didn't find the expected
12+
```value_type``` declaration (#85)
13+
14+
3. Fix bug in the ```smart_pointer_traits.is_smart_pointer``` and
15+
```auto_pointer_traits.is_smart_pointer``` methods which didn't properly
16+
work (#85)
17+
718
Version 1.9.0
819
-------------
920

0 commit comments

Comments
 (0)