Explorar o código

Update changelog for 1.2

Evan Huus %!s(int64=6) %!d(string=hai) anos
pai
achega
11b97f16bf
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      CHANGELOG.md

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+#### Version 1.2.0 (2019-06-14)
+
+*Note: This release requires at Golang at least 1.7, which is higher than the
+previous release. All the versions being dropped are multiple years old and no
+longer supported upstream, so I'm not counting this as a breaking change.*
+
+ - Add `RunCtx` method on `Retrier` to support running with a context.
+ - Ensure the `Retrier`'s use of random numbers is concurrency-safe.
+ - Bump CI to ensure we support newer Golang versions.
+
 #### Version 1.1.0 (2018-03-26)
 
  - Improve documentation and fix some typos.