=== ongoing ===

=== 0.5 ===

- get_absolute_url now returns the language namespace (i.e. `/en/`). This
  allows you to show categories in a different language than the currently
  active by using the {% language %} templatetag.

=== 0.4 ===

- Fixed and centralized the way we get entries for a category. Added
  get_entries method to Category model.

=== 0.3.2 ===

- Added get_translation method to the Category model
- Make admin more robust when objects don't have translations for the current
  language.

=== 0.3.1 ===

- Added better way to extend the EntryAdmin

=== 0.3 ===

- render_category_links tag now accepts exclude_empty parameter
- you can display the number of posts in a category in the template by using
  category.num_posts

=== 0.2.1 ===

- Fixed wrong URL inclusion of original cmsplugin-blog URLs

=== 0.2 ===

- Only show entries available in the current language on category list view
  (similar to the blog's original entry archive index view)

=== 0.1 ===

Initial commit
