Skip to content

Commit d7a56e3

Browse files
committed
Changelog: update
1 parent 4b3e42a commit d7a56e3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ Version 2.0.0 (unreleased)
1010

1111
* Drop declarations.class_t.USE_DEMANGLED_AS_NAME
1212

13-
2. Drop support for ```Python 2.6```, ```Python 3.2``` and ```Python 3.3```.
13+
2. Drop support for ```Python 2.6```, ```Python 2.7```, ```Python 3.2```, ```Python 3.3```, ```Python 3.4```.
1414

15-
3. Deprecated all the `i_depend_on_them` methods from the `declaration_t`
15+
3. Add support for ```Python 3.5```, ```Python 3.6```, ```Python 3.7```, ```Python 3.8```.
16+
17+
4. Deprecated all the `i_depend_on_them` methods from the `declaration_t`
1618
class hierarchy. Instead of using `decl.i_depend_on_them()`, please use the
1719
`declarations.get_dependencies_from_decl(decl)` function from the
1820
`declarations` module, which returns the same result.
1921

22+
5. Add support for `-std=c++17` and `-std=c++2a` flags
23+
24+
6. Add `g++` and `gcc` to better support gnu compilers on windows
25+
2026
Version 1.9.1
2127
-------------
2228

0 commit comments

Comments
 (0)