diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4342.misc | 1 | ||||
-rw-r--r-- | changelog.d/4368.misc | 1 | ||||
-rw-r--r-- | changelog.d/4369.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/4370.misc | 1 | ||||
-rw-r--r-- | changelog.d/4377.misc | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/4342.misc b/changelog.d/4342.misc new file mode 100644 index 0000000000..a4fda47c20 --- /dev/null +++ b/changelog.d/4342.misc @@ -0,0 +1 @@ +Update README to use the new virtualenv everywhere \ No newline at end of file diff --git a/changelog.d/4368.misc b/changelog.d/4368.misc new file mode 100644 index 0000000000..020dacb547 --- /dev/null +++ b/changelog.d/4368.misc @@ -0,0 +1 @@ +Add better logging for unexpected errors while sending transactions diff --git a/changelog.d/4369.bugfix b/changelog.d/4369.bugfix new file mode 100644 index 0000000000..a78d557932 --- /dev/null +++ b/changelog.d/4369.bugfix @@ -0,0 +1 @@ +Prevent users with access tokens predating the introduction of device IDs from creating spurious entries in the user_ips table. diff --git a/changelog.d/4370.misc b/changelog.d/4370.misc new file mode 100644 index 0000000000..047061ed3c --- /dev/null +++ b/changelog.d/4370.misc @@ -0,0 +1 @@ +Apply a unique index to the user_ips table, preventing duplicates. diff --git a/changelog.d/4377.misc b/changelog.d/4377.misc new file mode 100644 index 0000000000..06273023fc --- /dev/null +++ b/changelog.d/4377.misc @@ -0,0 +1 @@ +Silence travis-ci build warnings by removing non-functional python3.6 \ No newline at end of file |