Skip to content

Commit

Permalink
upd changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 9, 2014
1 parent 060e020 commit aa34889
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# daemonigo Changelog

## v0.3.0 (2014-12-10)

- Added notify_parent example
- Added `daemonigo.StartCommand` function
- Reformatted code to max line width 80 symbols


## v0.2.0 (2014-10-09)

- Added overriding flag.Usage() std function instead of manual creating usage description
- Added overriding flag.Usage() std function instead of manual creating
usage description
- Added graceful_http example
- Updated godoc for echo_server example
- Added changelog


## v0.1.0

Initial release with echo_server example.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
daemonigo
=========

A simple library to daemonize [Go programming language](http://golang.org/) applications.
A simple library to daemonize [Go programming language](http://golang.org/)
applications.


## Installing
Expand Down

0 comments on commit aa34889

Please sign in to comment.