~pedronis/uservice-logging/use-pip-cache-for-dev-n-testing

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Tanuki Bot
  • Author(s): Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2015-08-03 15:20:39 UTC
  • mfrom: (17.1.9 thread-safe-set-extra-args)
  • Revision ID: tanuki_bot-20150803152039-nvq7bxdob2mx16uz
make extra args per thread with a add_extra_args that is thread-safe instead of set_extra_args add is additive as well over a thread lifetime, have a reset_extra_args as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Release History:
2
2
################
3
3
 
4
 
0.9.1
 
4
0.10.0
5
5
=====
6
6
 
7
 
* ...
 
7
* replace set_extra_args with thread-safe add_extra_args, with extra
 
8
  args per thread and additive over the thread lifetime, support a
 
9
  reset_extra_args as well
8
10
 
9
11
0.9.0
10
12
=====