Skip to content

Commit

Permalink
limited to pyscaffold <3.0 and adjusted changelog for new version v2.…
Browse files Browse the repository at this point in the history
…0.0b1
  • Loading branch information
sebastianneubauer committed Jan 7, 2018
1 parent 36576a6 commit 90e05b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- pip-compile --upgrade -o test-requirements-pinned.txt requirements-pinned.txt requirements_dev.txt
- cat requirements-pinned.txt
- pip install -r test-requirements-pinned.txt
- pip install pyscaffold
- pip install 'pyscaffold<3.0'
- pip install coveralls
- pip install -e .[docker]
- pip freeze
Expand Down
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
Changelog
=========

latest
======
v2.0.0b1
========

- breaking change: config not ini anymore, but json
- add support for secure-config (experimental)

v1.0.0b3
========

- add support for simple Postgres Cluster as backend
- add support for sentry (https://sentry.io)
- bugfix: varchar(50) field in the DB too small for hostname
Expand Down

0 comments on commit 90e05b6

Please sign in to comment.