Updating the changelog

This commit is contained in:
Alec Woods 2019-01-19 08:55:06 -05:00
commit 645f0d6192

View file

@ -8,7 +8,15 @@ Version 4.0.0 (in progress)
===========================
2019-01-13: ahnolds
[Python] #728 Fixed the handling of autodoc when using -fastproxy
[Python] Documentation enhancements for Python:
#728 Fixed the handling of autodoc when using -fastproxy.
Added documentation to wrapped member variables using the propery(... doc="...")
construct.
Only show a single documentation entry for functions with default arguments when
using autodoc.
2019-01-22: vadz
[Ruby, Octave] #1424 Improve autodoc parameter naming.