Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Feb 18, 2014
1 parent b5e893f commit 30949c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ Changelog
1.0.x
-----

1.0.2 - 2014-02-18
------------------

* Use `number` filter when showing message count, pages and page number.
* Remove `blocks.html.twig` and inline the blocks in `base.html.twig`.
* Use `ng-href=""` on menu icon to make sure it does not reload page.
* Fix hover color on `.navbar-toggle`.
* All templates have been inlined. This reduces XMLHttpRequests and makes the site faster.
Also it can be cached as a single template by twig.

1.0.1 - 2013-02-05
1.0.1 - 2014-02-05
------------------

* Use `$rootScope` in DefaultController in order to have dynamic titles.
Expand All @@ -20,7 +23,7 @@ Changelog
* Add `title` block that can be used to override the title used in the header aswell as the title tag.
* Move documentation from `README.md` into `doc/`.

1.0.0 - 2013-02-04
1.0.0 - 2014-02-04
------------------

* Initial release.

0 comments on commit 30949c8

Please sign in to comment.