Skip to content

Commit

Permalink
revising history
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Sep 13, 2012
1 parent c120b18 commit e0c80d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion History.txt
@@ -1,7 +1,12 @@
== 1.8.0 / 2012-09- == 1.8.0 / 2012-09-13


Enhancements Enhancements
- Appenders handle string encodings [issue #46] - Appenders handle string encodings [issue #46]
- Support for diagnostic contexts [issues #23, #32, #42]
- Enable JSON formatting of log message [issue #34]

Bug Fixes
- Fix clash with ActiveSupport autoloader (chewie) [issue #39]


== 1.7.2 / 2012-04-03 == 1.7.2 / 2012-04-03


Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -24,8 +24,8 @@ Bones {
depend_on 'little-plugger' depend_on 'little-plugger'
depend_on 'multi_json' depend_on 'multi_json'


depend_on 'flexmock', '< 1.0.0', :development => true depend_on 'flexmock', '~> 1.0', :development => true
depend_on 'bones-git', :development => true depend_on 'bones-git', :development => true
#depend_on 'bones-rcov', :development => true #depend_on 'bones-rcov', :development => true
} }


0 comments on commit e0c80d8

Please sign in to comment.