-
Notifications
You must be signed in to change notification settings - Fork 16
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
Showing
1 changed file
with
19 additions
and
2 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,12 +1,29 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [2.0.0] - 2020-01-02 | ||
|
||
### Added | ||
|
||
- Sitemaps support 🤩 | ||
- 'allow' path directive support. | ||
|
||
### Changed | ||
|
||
- Refactored a whole lot of code in the inner working, including the configuration of the sitemap paths. If you are upgrading from v1 to v2, please see UPGRADE.MD. | ||
- Namespace now matches the Github vendor name. | ||
|
||
## [1.1.0] - 2017-01-16 | ||
|
||
### Changed | ||
- Changed Github/vendor username from gverschuur to verschuur. (Namespace in code is still the same for now. Ugly, I know, sue me). | ||
|
||
- Changed Github/vendor username from gverschuur to verschuur. (The namespace in the code is still the same for now). | ||
|
||
## [1.0.0] - 2016-10-04 | ||
|
||
### Added | ||
- Everything for initial release :shipit: | ||
|
||
- Everything for initial release :shipit: |