diff --git a/CHANGELOG.md b/CHANGELOG.md index 2248f6e..d286ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. `Attributed` adheres to [Semantic Versioning](http://semver.org/). --- +## [1.3.0](https://github.com/Nirma/Attributed/releases/tag/1.3.0) (07/20/2017) + +#### Summary + +This is a purely additive release. + +This release adds functionality for supporting the use of `NSBaseLineAttributeName` through this library's interface. +Just call `.baseOffset()` with an `NSNumber` value specifying the offset you wish to use. + ## [1.2.0](https://github.com/Nirma/Attributed/releases/tag/1.2.0) (06/16/2017)