CHANGELOG.md in jazzy-0.8.1 vs CHANGELOG.md in jazzy-0.8.2
- old
+ new
@@ -1,4 +1,33 @@
+## 0.8.2
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* Report number of included and skipped declarations in CLI output.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#238](https://github.com/realm/jazzy/issues/238)
+
+* Build ObjC docs with clang modules enabled by default (`-fmodules` flag).
+ [Maksym Grebenets](https://github.com/mgrebenets)
+ [#636](https://github.com/realm/jazzy/issues/636)
+
+* Shave ~1MB from jazzy's gem distribution.
+ [JP Simard](https://github.com/jpsim)
+
+##### Bug Fixes
+
+* Fix support for Ruby 2.2.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#801](https://github.com/realm/jazzy/issues/801)
+
+* Fix many cases of incorrect, missing or superfluous docs on Swift
+ declarations.
+ [John Fairhurst](https://github.com/johnfairh)
+
## 0.8.1
##### Breaking
* None.