소스 검색

CHANGELOG: Fixed false nil values for empty strings

Julien Schmidt 12 년 전
부모
커밋
fa25de3f1b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)