Skip to content

Commit

Permalink
Fix up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Jun 3, 2020
1 parent 8fac217 commit 046e421
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
### Removed

### Added
- Added new logging that will notify users (And team!), when a user creates a name with a `no_` prefix
- This will cause race condition conflicts which are intractable, and as such will be banned in a later release
([anuj-ssharma]) & ([luke-hill])

### Changed

Expand All @@ -10,6 +13,14 @@
- The official explanation of keyword arguments in Ruby 2.7 can be found [HERE](https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/)
([oieioi])

- Generic suite fixes for making tests more robust
([ineverov])

- Fixed an issue where block syntax wouldn't work properly for a singular DSL item (element / section)
- If using one of these items, the block syntax would only work on initialization, as such it is advised to
use SitePrism's `#within` scoping method which accesses the Capybara one using the SitePrism initializer.
Read [HERE](https://github.com/site-prism/site_prism#accessing-within-a-collection-of-sections) for more info

## [3.4.2] - 2020-01-30
### Added
- Simplecov now triggers for both local and CI builds
Expand Down Expand Up @@ -1112,3 +1123,4 @@ impending major rubocop release
[hoffi]: https://github.com/hoffi
[igas]: https://github.com/igas
[oieioi]: https://github.com/oieioi
[anuj-ssharma]: https://github.com/anuj-ssharma

0 comments on commit 046e421

Please sign in to comment.