You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ We cleaned up the add-on modules a bit and made some naming simplifications that
244
244
- There is now a **ScalaTest** add-on. See the book chapter on unit testing for details and examples.
245
245
- The `contrib` segment has been removed from module names, so `doobie-contrib-h2` is now just `doobie-h2`. It has also been removed from *package* names. So `doobie.contrib.h2` is now just `doobie.h2`.
246
246
- In both cases the `postgresql` segment has been shortened to `postgres`.
247
-
- All modules now have a consistent import story. `import doobie.<module>.imports._` should get you everything you need.
247
+
- All modules now have a consistent import story. `import org.typelevel.doobie.<module>.imports._` should get you everything you need.
248
248
249
249
That's it! Enjoy the release. Once again many thanks to our contributors.
0 commit comments