ChangeLog.md in retter-0.2.1 vs ChangeLog.md in retter-0.2.2
- old
+ new
@@ -1,5 +1,9 @@
+# 0.2.2
+
+Sidebar added to built-in themes.
+
# 0.2.1
## Features
### Multiple template engine support.
@@ -19,10 +23,10 @@
```ruby
# skip all pages
allow_binding :none
# allow only entries.html and feed.html
-allow_binding [:profile, :entries, :feed]
+allow_binding [:entries, :feed]
```
## Bugfix
### Fix cache bugs.