Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bixuehujin committed Mar 19, 2017
1 parent 3417b2b commit 50b8631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Blink Framework Change Log
==========================

0.3.0 xx xx, 2017
-----------------
0.3.0 March 19, 2017
--------------------

- New: Added application plugins support
- New: Added grouped routes support
- New: Added RequestActor for easier functional testing cases
- New: Added application plugin support
- New: Integrated PsySH for better debug experience
- New: Added CookieBag::all() to return all cookies
- New: Added grouped routes support
- New: Added the new server management commands(server:start server:stop server:restart server:serve server:reload)
- Enh: Better PHP7 exception support
- Enh: Added Custom PID file path support
Expand Down
2 changes: 1 addition & 1 deletion src/core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class Application extends ServiceLocator
{

const VERSION = '0.3.0 (dev)';
const VERSION = '0.3.0';

/**
* The name for the application.
Expand Down

0 comments on commit 50b8631

Please sign in to comment.