Skip to content

Commit ef016b0

Browse files
committed
v0.8.1 released.
1 parent 041ee28 commit ef016b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Module::Build;
44

55
my $build = Module::Build->new(
66
module_name => 'ngx_small_light',
7-
dist_version => '0.8.0',
7+
dist_version => '0.8.1',
88
dist_author => "Tatsuhiko Kubo",
99
dist_abstract => "nginx module for dynamic thumbnail",
1010
build_requires => {

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2016-08-19 Tatsuhiko Kubo <[email protected]>
2+
3+
* Adjust hash bucket size of `small_light_init_params`. Thanks @takano32. refs #65
4+
5+
* Adjust hash bucket size of `small_light_pattern_define`.
6+
7+
* 0.8.1 released
8+
19
2016-07-11 Tatsuhiko Kubo <[email protected]>
210

311
* imagemagick, imlib2, gd: cropped the center of image when only `cw` and `ch` are given.

0 commit comments

Comments
 (0)