Skip to content

Commit

Permalink
Add 4.2.0 podspec, updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Aug 27, 2017
1 parent be482f0 commit aced7f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v4.2.0 (August 27, 2017)

* Added new config option to allow for overriding the string encoding (via [#119](https://github.com/drmohundro/SWXMLHash/pull/119))

## v4.1.1 (June 1, 2017)

* Added recommended Xcode 9.3 project settings (via [#144](https://github.com/drmohundro/SWXMLHash/pull/144))
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ The available options at this time are:
* `caseInsensitive`
* This setting allows for key lookups to be case insensitive. Typically XML is a case sensitive language, but this option lets you bypass this if necessary.
* Defaults to `false`
* `encoding`
* This setting allows for explicitly specifying the character encoding when an XML string is passed to `parse`.
* Defaults to `String.encoding.utf8`

## Examples

Expand Down
2 changes: 1 addition & 1 deletion SWXMLHash.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SWXMLHash'
s.version = '4.1.1'
s.version = '4.2.0'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
Expand Down

0 comments on commit aced7f9

Please sign in to comment.