Skip to content

Commit 24865c1

Browse files
committed
added description for 0.6.1
1 parent 3153ca3 commit 24865c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.1
2+
3+
* Enhancements
4+
* refactored `Mongo.Session` and `Mongo.Session.SessionPool` because of poor performance
5+
16
## 0.6.0
27

38
* Enhancements

lib/mongo/session.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ defmodule Mongo.Session do
103103
alias Mongo.Session
104104
alias Mongo.Topology
105105
alias BSON.Timestamp
106-
alias __MODULE__
107106

108107
require Logger
109108

0 commit comments

Comments
 (0)