Skip to content

Commit

Permalink
Update changelog for 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Sep 15, 2018
1 parent f505092 commit afe8d56
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- #291 - Jul 20th - Last update to this document -->
## [2.17] - Unreleased
## [2.17.1] - 2018-09-15
### Fixed
- Configuration options now only throw warnings when written to
- This fixes travis and other CI environments throwing an abnormally large number of warnings
([luke-hill])
- Fixed a name collision for a private method in `ElementChecker` that conflicted with ActiveRecord
([Systho])

## [2.17] - 2018-09-07
### Removed
- `collection` has been removed from the SitePrism DSL (Was just an alias of `sections`)
([luke-hill])
Expand Down Expand Up @@ -636,7 +644,8 @@ Removed testing for Ruby `2.0` on Travis
- First release!

<!-- Releases -->
[Unreleased]: https://github.com/natritmeyer/site_prism/compare/v2.15.1...master
[2.17.1]: https://github.com/natritmeyer/site_prism/compare/v2.17...v2.17.1
[2.17]: https://github.com/natritmeyer/site_prism/compare/v2.16...v2.17
[2.16]: https://github.com/natritmeyer/site_prism/compare/v2.15.1...v2.16
[2.15.1]: https://github.com/natritmeyer/site_prism/compare/v2.15...v2.15.1
[2.15]: https://github.com/natritmeyer/site_prism/compare/v2.14...v2.15
Expand Down Expand Up @@ -727,3 +736,4 @@ Removed testing for Ruby `2.0` on Travis
[jgs731]: https://github.com/jgs731
[mdesantis]: https://github.com/mdesantis
[JaniJegoroff]: https://github.com/JaniJegoroff
[Systho]: https://github.com/Systho

0 comments on commit afe8d56

Please sign in to comment.