Browse Source

CHANGELOG: Fixed false nil values for empty strings

Julien Schmidt 12 năm trước cách đây
mục cha
commit
fa25de3f1b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -29,6 +29,7 @@ Bugfixes:
   - Fixed MySQL 4.1 support: MySQL 4.1 sends packets with lengths which differ from the specification
   - Convert to DB timezone when inserting time.Time
   - Splitted packets (more than 16MB) are now merged correctly
+  - Fixed empty string producing false nil values
 
 
 ## 1.0 (2013-05-14)