Skip to content

Commit 6c3dc53

Browse files
committed
fix (#120): remove a compiler warning
1 parent 10d634b commit 6c3dc53

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.8.1 (2021-01-22)
8+
#120
9+
10+
## 0.8.2 (2022-02-03)
11+
* Enhancements
12+
* Remove a compiler warning (thanks for a-jimenez )
13+
14+
[## 0.8.1 (2022-01-22)
915
* Enhancements
1016
* Fix for serializing BSON Regex without options (thanks to MillionIntegrals)
1117
* Misc doc changes (thanks to kianmeng)
1218
* Added support for OP_MSG exhaustAllowed flag
1319
* Added support for streaming protocol
14-
* Added Insights app for development
20+
* Added Insights app for development ]()
1521

1622
## 0.8.0 (2021-11-07) (0.7.5 was not published)
1723
* Enhancements

lib/mongo/mongo_db_connection.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ defmodule Mongo.MongoDBConnection do
196196

197197
@impl true
198198
def checkout(state), do: {:ok, state}
199-
@impl true
200-
def checkin(state), do: {:ok, state}
201-
202199
@impl true
203200
def handle_begin(_opts, state), do: {:ok, nil, state}
204201
@impl true

0 commit comments

Comments
 (0)