forked from devsam/core
외부 코드를 Composer 기반으로 변경
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: default
|
||||
permalink: changelog/
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
Changelog
|
||||
=========
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
{% for release in site.github.releases %}
|
||||
## [{{ release.name }}]({{ release.html_url }}) - {{ release.published_at | date: "%Y-%m-%d" }}
|
||||
{{ release.body | markdownify }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user