Skip to content

Commit d124fb2

Browse files
committed
3.2.2
1 parent 3c9fe5a commit d124fb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [3.2.1](https://github.com/onury/docma/compare/v3.1.0...v3.2.1) (2019-01-08)
5+
## [3.2.2](https://github.com/onury/docma/compare/v3.1.0...v3.2.2) (2019-01-08)
66

77
### Fixed
88
- An issue where enumeration value would be incorrectly displayed as `undefined` in docs parsed from ES5 code.
99
- An issue where `jsdoc.predicate` (or `jsdoc.filter`) option would not be taken into account.
1010
- An issue where favicon would not be copied over to the output dir.
1111
- (Zebra Template) An issue where some special characters within the location hash would cause an error.
12+
- `Invalid assignment` error due to ES2015 syntax.
1213

1314
### Added
1415
- Support for handling notation with multiple sub-types. e.g. `Map<String, Object>`. (PR [#65](https://github.com/onury/docma/pull/65) by [@MaienM](https://github.com/MaienM))

0 commit comments

Comments
 (0)