Skip to content

Commit

Permalink
Add v0.2.2 in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 7, 2023
1 parent 96754b9 commit deec233
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ All notable changes to `Slytherin` will be documented in this file.
- `Http\ResponseInterface` dependency in `Dispatching\Dispatcher`
- Dependency of [nikic/fast-route](https://github.com/nikic/FastRoute) in `Dispatching` (use `Dispatching\FastRoute` instead)

## [0.3.0](https://github.com/rougin/slytherin/compare/v0.2.1...v0.3.0) - 2015-11-02
## [0.3.0](https://github.com/rougin/slytherin/compare/v0.2.2...v0.3.0) - 2015-11-02

**NOTE**: This release will break your application if upgrading from `v0.2.0` release.

Expand All @@ -255,6 +255,16 @@ All notable changes to `Slytherin` will be documented in this file.
### Removed
- Almost everything, this release will be no longer an application skeleton

## [0.2.2](https://github.com/rougin/slytherin/compare/v0.2.1...v0.2.2) - 2023-12-08

**NOTE**: This is a backport fix to prevent any backward compatability issues from previous versions.

### Changed
- `post-install-cmd` to `post-update-cmd` in `README.md`

### Fixed
- Missing `APPPATH` after creating `index.php` from `Installer`

## [0.2.1](https://github.com/rougin/slytherin/compare/v0.2.0...v0.2.1) - 2015-09-30

### Added
Expand Down

0 comments on commit deec233

Please sign in to comment.