-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d99fbc
commit efb8529
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
Changelog | ||
========= | ||
|
||
1.0.x | ||
----- | ||
1.0.1 - 2013-02-05 | ||
------------------ | ||
|
||
* Use `$rootScope` in DefaultController in order to have dynamic titles. | ||
* Add `ucfirst` filter to Anguluar. | ||
* Change template inheritence. Instead of using `@Juno/blocks.html.twig` now extends `@Juno/base.html.twig`. | ||
* 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 | ||
----- | ||
* Rewrite. | ||
1.0.0 - 2013-02-04 | ||
------------------ | ||
|
||
* Initial release. |