-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
51ec323
commit ee0a604
Showing
2 changed files
with
11 additions
and
16 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,17 +1,6 @@ | ||
CHANGELOG | ||
========= | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
A [BC BREAK] means the update will break the project for many reasons: | ||
|
||
* new mandatory configuration | ||
* new dependencies | ||
* class refactoring | ||
|
||
### 2014-11-06 | ||
|
||
* sitemap command now gets a new argument ``sitemap_path`` which overrides ``base_url`` when it comes to appending to generate sitemap URLs in the index file. | ||
|
||
### 2012-12-13 | ||
|
||
* [BC BREAK] informations used for the SeoPage are now under a new section 'page', please review the | ||
installation.rst file. | ||
## [Unreleased] | ||
### Added |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
UPGRADE FROM 1.X to 2.0 | ||
======================= | ||
|
||
Nothing was documented since now. | ||
|
||
If you find BC break and want to contribute, feel free. |