Skip to content

Commit

Permalink
Document additional bugfix in 2.4.0
Browse files Browse the repository at this point in the history
Support for spaces in attribute selector values was added in 2.4.0 ([PR #427](#427)) but was not documented in the changelog.  It took me a while to sort out why my selectors `option[value="by Alice"]` were working in 2.4.1 but not 2.3.0 ([see my gradual realization here](code-dot-org/code-dot-org#9830)).  I'm recommending this get added to the changelog to save others some time.
  • Loading branch information
islemaster committed Aug 4, 2016
1 parent 2576185 commit 8722bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

- fix id selector not working when combined with a tag selector ([#387](https://github.com/airbnb/enzyme/pull/387))

- Support spaces in attribute selector values ([#427](https://github.com/airbnb/enzyme/pull/427))



Expand Down

0 comments on commit 8722bd2

Please sign in to comment.