WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7935f3c

Browse files
committed
Changelog for v6.9
1 parent 82ce9df commit 7935f3c

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

CHANGELOG.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
11
Change Log
22
==========
33

4+
5+
Kiwi TCMS 6.9 (15 May 2019)
6+
---------------------------
7+
8+
**IMPORTANT:** this is a small improvement and bug-fix update which introduces
9+
our first telemetry report: testing breakdown. Supported upgrade paths::
10+
11+
5.3 (or older) -> 5.3.1
12+
5.3.1 (or newer) -> 6.0.1
13+
6.0.1 -> 6.1
14+
6.1 -> 6.1.1
15+
6.1.1 -> 6.2 (or newer)
16+
17+
After upgrade don't forget to::
18+
19+
./manage.py migrate
20+
21+
22+
Improvements
23+
~~~~~~~~~~~~
24+
25+
- Update mysqlclient from 1.4.2 to 1.4.2.post1
26+
- Ship with prism.js so it can be used for syntax highlighting
27+
- Add Testing Breakdown telemetry
28+
- Mark more strings for translations
29+
- Add ``delete_user()`` function which can delete data across
30+
Postgre schemas (if kiwitcms-tenants add-on is installed)
31+
32+
33+
API
34+
~~~
35+
36+
- Remove deprecated ``TestCaseRun.`` API methods. Use the new
37+
``TestExecution.`` methods introduced in v6.7. Fixes
38+
`Issue #889 <https://github.com/kiwitcms/Kiwi/issues/889/>`_
39+
40+
41+
Bug fixes
42+
~~~~~~~~~
43+
44+
- Fix typos in documentation (@Prome88)
45+
- Fix ``TemplateParseError`` in email templates when removing test cases.
46+
On-delete email notification is now sent properly
47+
48+
49+
Refactoring
50+
~~~~~~~~~~~
51+
52+
- Add more tests around TestRun/TestExecution menu permissions
53+
- Minor pylint fixes
54+
55+
56+
Translations
57+
~~~~~~~~~~~~
58+
59+
- Updated `French translation <https://crowdin.com/project/kiwitcms/fr#>`_
60+
- Updated `Slovenian translation <https://crowdin.com/project/kiwitcms/sl#>`_
61+
62+
463
Kiwi TCMS 6.8 (03 May 2019)
564
---------------------------
665

tcms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '6.8'
2+
__version__ = '6.9'

0 commit comments

Comments
 (0)