Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Jan 4, 2017
1 parent c9a5496 commit d6b1122
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3-4

### Documentation

* Hide member group output section by prefixing the group name with `-`
* Hide name lookup character in entity link

### Library

* Now links to external entities in advanced code block
* Only links the main part of type name (i.e. in `const T*const &`, only link will be the `T`)
* Even more bugfixes

### Tool

* New option `output.require_comment_for_full_synopsis`, controls whether full synopsis will be shown for classes/enums without documentation (disabled by default)

## 0.3-3

### Documentation
Expand Down

0 comments on commit d6b1122

Please sign in to comment.