Skip to content

Commit 2fa7f93

Browse files
committed
v0.4.0
1 parent 4a1c2f3 commit 2fa7f93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Darya Framework Changelog
22

3-
## v0.4.0 - Feb ?, 2015
3+
## v0.4.0 - Feb 25, 2015
44
- Minor `Autoloader` improvement
55
- Major `Router` refactoring using method extraction
66
- `Session` objects can now be accessed like arrays, and as a result through
@@ -10,7 +10,7 @@
1010
- Added `ContainerInterface::all()` and `SessionInterface::has()`
1111
- `Container` now automatically injects itself to any `ContainerAwareInterface`
1212
implementors that it instantiates
13-
- **TODO:** Simplify `Request`/`Response` API
13+
- Simplified `Request`/`Response` API
1414

1515
## v0.4.0-beta - Jan 29, 2015
1616
- `Autoloader` refactoring

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use [composer](https://getcomposer.org) to install the package `darya/framework`
2626

2727
Otherwise just clone this repository into a directory such as `/vendor/darya/framework`.
2828

29-
## Introduction
29+
## Basic usage
3030

3131
### Autoloading
3232

0 commit comments

Comments
 (0)