Skip to content

Commit

Permalink
Update CHANGELOG for 3.0.0, 3.0.1, and 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed May 27, 2019
1 parent 3447cd1 commit 4ae2636
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,48 @@ 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/).

## 3.0.0 - TBD
## 3.0.2 - 2019-05-26

### Fixed

* Issues #432 and #434 have been fixed. When processing content types,
such as entries in `source/_posts/*`, Sculpin will now skip certain
files.
* "hidden" files (beginning with a `.`) will be skipped silently.
* This helps suppress files like `.DS_Store`.
* files which aren't recognized by any registered Formatter will be
skipped with a "Skipped ..." message.
* This helps combat strange behaviour for files with no extension.

## 3.0.1 - 2019-04-17

### Added

* Thanks to Rami Jumaah and Christian Riesen, Pages can now refer to
their own relative pathname and filename using `page.relative_pathname`
and `page.filename`. This can be useful for implementing an "Edit This
Page" link directly to a GitLab or GitHub VCS URL.

### Changed

* Boilerplate is now generated by default when using `content:create`
* Use `--dry-run`/`-d` to suppress the creation of these files
* Note that the YAML content type definition still needs to be added
by hand to your `app/config/sculpin_kernel.yml` file
* Taxonomy-related boiler plate files now default to using the default
layout instead of no layout at all. This should result in prettier
output.

### Deprecated
### Removed
### Fixed

* ProxySourceCollection now uses the StableSort algorithm from Martijn
van der Lee to ensure stable sorting results, which will eliminate
some of the issues reported in bug #308 that were causing `generate`
to constantly repeat in watch mode.

## 3.0.0 - 2019-04-09

### Added

Expand Down

0 comments on commit 4ae2636

Please sign in to comment.