Skip to content

Commit

Permalink
docs(changelog) add 1.3.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 2, 2018
1 parent 93cea38 commit 99ebf6e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
### [Unreleased][unreleased]

### [1.3.0] - 2018/??/??
### [1.3.1] - 2018/07/02

##### Fixed

- The new request-aware load-balancing policies can now be used in the
init_by_lua* context when using the lua-resty-core module (only applies
to OpenResty environments).
[#117](https://github.com/thibaultcha/lua-cassandra/pull/117)

### [1.3.0] - 2018/06/14

##### Added

Expand Down Expand Up @@ -339,7 +348,8 @@ now be called with `:`.

- `set_keyspace` erroring on names with capital letters.

[unreleased]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.0...HEAD
[unreleased]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.1...HEAD
[1.3.1]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/thibaultCha/lua-cassandra/compare/1.2.3...1.3.0
[1.2.3]: https://github.com/thibaultCha/lua-cassandra/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/thibaultCha/lua-cassandra/compare/1.2.1...1.2.2
Expand Down

0 comments on commit 99ebf6e

Please sign in to comment.