Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 4, 2013
2 parents 12772aa + 8d5817d commit 03134bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DTFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DTFoundation'
spec.version = '1.5.3'
spec.version = '1.5.4'
spec.summary = "Standard toolset classes and categories."
spec.homepage = "https://github.com/Cocoanetics/DTFoundation"
spec.author = { "Oliver Drobnik" => "oliver@drobnik.com" }
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Change Log-template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is the history of version updates.
**Version 1.5.4**

- ADDED: Coverage Monitoring via Coveralls
- ADDED: DTBlockFunctions
- FIXED: DTZipArchive: completion block would be called twice if uncompressing has error
- FIXED: Warning in minizip
- CHANGED: Removed shadow from PieProgressIndicator to fit iOS7 style

**Version 1.5.3**

Expand Down

0 comments on commit 03134bd

Please sign in to comment.