-
Notifications
You must be signed in to change notification settings - Fork 6
/
Changes
38 lines (27 loc) · 1 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
1.3
- Switch from CryptX to Bytes::Random::Secure::Tiny (Bartosz Jarzyna)
1.2.1
- Fix module version number before release on CPAN (dist.ini)
1.2
- Make module useable in the absence of DateTime (Bartosz Jarzyna)
- Reorganization: .enditorconfig, Changes file (Bartosz Jarzyna)
- More speedups (Bartosz Jarzyna)
- Documentation updates
1.1.2
- Fix POD (version history)
1.1.1
- Fix module version number
1.1.0
- Speedups courtesy of Bartosz Jarzyna (brtastic on CPAN, bbrtj on Github)
- Use Crypt::PRNG for random number generation
1.0.0
- UUID conversion support; semantic versioning
0.4
- Bugfix: 'Invalid argument supplied to Math::GMPz::overload_mod' for older versions of Math::GMPz on Windows and FreeBSD
- Podfix
0.3
- Bugfix: Try to prevent 'Inappropriate argument' error from pre-0.43 versions of Math::GMPz
0.2
- Bugfixes: (a) fix errors on Perl 5.18 and older, (b) address an issue with GMPz wrt Math::BigInt objects
0.1
- Initial version