Browse Source

Apply minor fix in CHANGELOG.

Daniele Alessandri 11 năm trước cách đây
mục cha
commit
25d0008b2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -10,7 +10,7 @@ v1.0.0 (2014-08-xx)
 - Added `SENTINEL` to the profile for Redis 2.6 and `PUBSUB` to the profile for
 - Added `SENTINEL` to the profile for Redis 2.6 and `PUBSUB` to the profile for
   Redis 2.8.
   Redis 2.8.
 
 
-- The client can now send raw commands using `Predis\Client::executeRaw()`.
+- `Predis\Client` can now send raw commands using `Predis\Client::executeRaw()`.
 
 
 - Status responses are returned as instances of `Predis\Response\Status`, for
 - Status responses are returned as instances of `Predis\Response\Status`, for
   example +OK is not returned as boolean TRUE anymore which is a breaking change
   example +OK is not returned as boolean TRUE anymore which is a breaking change