Skip to content

Commit

Permalink
Preparations for 3.0.0-test1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed May 1, 2017
1 parent 46e524e commit b06fe78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
v3.0.0
----------------
#### test1
- BZip2 decompression now checks CRC32.
- GZipHeader.modificationTime is now Optional.
- Enabled support for bzip2 and lzma compressed files in zip containers.
- In CocoaPods configurations availability of such support depends on
the presence of corresponding podspecs.

v2.4.0
----------------
- Reduced memory usage in some cases.
Expand Down
2 changes: 1 addition & 1 deletion SWCompression.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SWCompression"
s.version = "2.4.0"
s.version = "3.0.0-test1"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"

s.description = <<-DESC
Expand Down

0 comments on commit b06fe78

Please sign in to comment.