Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
update changelog and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Nov 4, 2016
1 parent 35e5562 commit 0f4caea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
- Improve handling of scheduled messages (**note**, already queued messages will be sent after upgrading, but their status can only be view in the admin panel, you may want to cancel queued messages before upgrading just in case)
- Update dependencies

### Fixed
- Fix rounding error on sending pages

## [v1.13.1]
### Fixed
- Better handle messages beginning with `name`
Expand Down
2 changes: 1 addition & 1 deletion tests/test_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
('/group/new/', StatusCode(302, 200, 200)),
('/group/edit/1/', StatusCode(302, 200, 200)),
('/group/create_all/', StatusCode(302, 302, 200)),
('/group/composer/', StatusCode(200, 200, 200)),
('/group/composer/', StatusCode(302, 200, 200)),
('/recipient/all/', StatusCode(302, 200, 200)),
('/recipient/archive/', StatusCode(302, 302, 200)),
('/recipient/new/', StatusCode(302, 200, 200)),
Expand Down

0 comments on commit 0f4caea

Please sign in to comment.