diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-06-02 21:34:05 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-06-02 21:34:05 +0200 |
| commit | 04b71c5478dea42937a3288aed9598663c6dab0d (patch) | |
| tree | 788d01018ac3190b1e5d8f4f26e8fd379d6a74fa | |
| parent | cbd8c5bc0cc74fe2a8cb02ac4832ccc228e079be (diff) | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a643cc0..1e3b1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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/). +## Unreleased +### Added +- Post Metadata support +- RSS Support + +### Changed +- Updated dependencies +- Replace jsdoc with jsdoc-to-markdown +- Replace showdown with marked +- Replace mustache with dot + ## [1.0.1] - 2017-07-03 ### Added - Add styling for code |