Skip to content

Commit ed927c7

Browse files
committed
Bump version to 2.1.7 (47).
1 parent b03b57e commit ed927c7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.1.7][]
6+
57
* Publicize functions `HTMLStringEncodingForLabel()` and `HTMLInvalidStringEncoding()`.
68
* `HTMLStringEncodingForLabel()` is useful in any context where HTML-style encoding names can occur, such as a form element's `accept-charset` attribute. When looking up an encoding name fails, `HTMLInvalidStringEncoding()` is returned.
79

@@ -155,7 +157,8 @@
155157
* A new document initializer, `-[HTMLDocument initWithData:contentTypeHeader:]`, detects the character encoding as a browser would. This is the ideal initializer for HTML documents fetched over the network, or any other time when the character encoding isn't previously known. Note that HTML does not blindly use the encoding specified by the HTTP `Content-Type` header, so this initializer is still superior to parsing the `Content-Type` yourself.
156158

157159

158-
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.1.6...HEAD
160+
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.1.7...HEAD
161+
[2.1.7]: https://github.com/nolanw/HTMLReader/compare/v2.1.6...v2.1.7
159162
[2.1.6]: https://github.com/nolanw/HTMLReader/compare/v2.1.5...v2.1.6
160163
[2.1.5]: https://github.com/nolanw/HTMLReader/compare/v2.1.4...v2.1.5
161164
[2.1.4]: https://github.com/nolanw/HTMLReader/compare/v2.1.3...v2.1.4

Framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.6</string>
20+
<string>2.1.7</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>46</string>
24+
<string>47</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Public domain.</string>
2727
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)