Skip to content

Commit

Permalink
changelogged #101 and #103; preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka authored Mar 1, 2017
1 parent 6bfe028 commit 0c68a52
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
## 1.0.0ax (next from master branch)
- naming changes:
- tbd
- upcoming breaking changes:
- selene.config.app_host renamed to selene.config.base_url

## 1.0.0a9 (to be released 01.03.2017)    
 - #103: NEW API entry points
   - now all main selene API is available via single wildcard import: `from selene.api import *`
     - you can use the "old direct imports way" but at least until 1.0 release "the new way" will result in more stable API. We may move modules between packages, but your new way imports remain stable. See more explantains in issue description #103   
   - read Quick Start section in README.MD for more details.
 - upcoming BREAKING CHANGES:
   - deprecated selene.config.app_host, use selene.config.base_url
     instead
- selene.config.app_host still works but will be removed in next versions
- #101: deprecated selene.tools, use selene.browser instead

   - #101: deprecated selene.tools, use selene.browser and selene.support.jquery_style_selectors instead or just the "new way imports from #103"


## 1.0.0a8 (released 16.02.2017)
- new features added
- #76: config.maximize_window (set to True by default)
Expand Down

0 comments on commit 0c68a52

Please sign in to comment.