mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-23 03:12:14 +00:00
30 lines
608 B
Markdown
30 lines
608 B
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
### Changed
|
|
### Deprecated
|
|
### Removed
|
|
### Fixed
|
|
### Security
|
|
|
|
## [0.1.0] - 2019-04-28
|
|
|
|
### Added
|
|
|
|
- Controller system
|
|
- From System _WIP_
|
|
- Cache System (both global cache and session cache)
|
|
- Logger
|
|
- Template System (Powered by Twig)
|
|
- System Config File
|
|
- Global getters (src/DeltaCMS/DeltaCMS)
|
|
- Module Support
|
|
|
|
[0.1.0]: #!
|