@@ -16,6 +16,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi
16
16
17
17
* Fixed diesel thinking ` a.eq_any(b) ` was non-nullable even if ` a ` and ` b ` were nullable.
18
18
* Generate ` InstrumentationEvent::BeginTransaction ` for immediate and exclusive transactions in SQLite
19
+ * Minimize the amount of duplicated code generated for ` diesel::debug_query `
19
20
* Updated ` ipnetwork ` to allow version 0.21.
20
21
* Updated ` libsqlite3-sys ` to allow version 0.31.0
21
22
* Updated ` pq-sys ` to allow version 0.7.0
@@ -2157,19 +2158,24 @@ queries or set `PIPES_AS_CONCAT` manually.
2157
2158
[ 1.4.8 ] : https://github.com/diesel-rs/diesel/compare/v1.4.7...v1.4.8
2158
2159
[ 2.0.0 Rc0 ] : https://github.com/diesel-rs/diesel/compare/v.1.4.0...v2.0.0-rc0
2159
2160
[ 2.0.0 Rc1 ] : https://github.com/diesel-rs/diesel/compare/v.2.0.0-rc0...v2.0.0-rc1
2160
- [ 2.0.0 ] : https://github.com/diesel-rs/diesel/compare/v.1 .4.0...v2.0.0
2161
- [ 2.0.1 ] : https://github.com/diesel-rs/diesel/compare/v.2 .0.0...v2.0.1
2162
- [ 2.0.2 ] : https://github.com/diesel-rs/diesel/compare/v.2 .0.1...v2.0.2
2161
+ [ 2.0.0 ] : https://github.com/diesel-rs/diesel/compare/v1 .4.0...v2.0.0
2162
+ [ 2.0.1 ] : https://github.com/diesel-rs/diesel/compare/v2 .0.0...v2.0.1
2163
+ [ 2.0.2 ] : https://github.com/diesel-rs/diesel/compare/v2 .0.1...v2.0.2
2163
2164
[ diesel_derives 2.0.2 ] : https://github.com/diesel-rs/diesel/compare/v.2.0.2...diesel_derives_v2.0.2
2164
- [ 2.0.3 ] : https://github.com/diesel-rs/diesel/compare/v.2.0.2...v2.0.3
2165
- [ 2.0.4 ] : https://github.com/diesel-rs/diesel/compare/v.2.0.3...v2.0.4
2166
- [ 2.1.0 ] : https://github.com/diesel-rs/diesel/compare/v.2.0.0...v2.1.0
2167
- [ 2.1.1 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.0...v2.1.1
2168
- [ 2.1.2 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.1...v2.1.2
2169
- [ 2.1.3 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.2...v2.1.3
2170
- [ 2.1.4 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.3...v2.1.4
2171
- [ 2.1.5 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.4...v2.1.5
2172
- [ 2.1.6 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.5...v2.1.6
2173
- [ 2.2.0 ] : https://github.com/diesel-rs/diesel/compare/v.2.1.0...v2.2.0
2174
- [ 2.2.1 ] : https://github.com/diesel-rs/diesel/compare/v.2.2.0...v2.2.1
2175
- [ 2.2.2 ] : https://github.com/diesel-rs/diesel/compare/v.2.2.1...v2.2.2
2165
+ [ 2.0.3 ] : https://github.com/diesel-rs/diesel/compare/v2.0.2...v2.0.3
2166
+ [ 2.0.4 ] : https://github.com/diesel-rs/diesel/compare/v2.0.3...v2.0.4
2167
+ [ 2.1.0 ] : https://github.com/diesel-rs/diesel/compare/v2.0.0...v2.1.0
2168
+ [ 2.1.1 ] : https://github.com/diesel-rs/diesel/compare/v2.1.0...v2.1.1
2169
+ [ 2.1.2 ] : https://github.com/diesel-rs/diesel/compare/v2.1.1...v2.1.2
2170
+ [ 2.1.3 ] : https://github.com/diesel-rs/diesel/compare/v2.1.2...v2.1.3
2171
+ [ 2.1.4 ] : https://github.com/diesel-rs/diesel/compare/v2.1.3...v2.1.4
2172
+ [ 2.1.5 ] : https://github.com/diesel-rs/diesel/compare/v2.1.4...v2.1.5
2173
+ [ 2.1.6 ] : https://github.com/diesel-rs/diesel/compare/v2.1.5...v2.1.6
2174
+ [ 2.2.0 ] : https://github.com/diesel-rs/diesel/compare/v2.1.0...v2.2.0
2175
+ [ 2.2.1 ] : https://github.com/diesel-rs/diesel/compare/v2.2.0...v2.2.1
2176
+ [ 2.2.2 ] : https://github.com/diesel-rs/diesel/compare/v2.2.1...v2.2.2
2177
+ [ 2.2.3 ] : https://github.com/diesel-rs/diesel/compare/v2.2.2...v2.2.3
2178
+ [ 2.2.4 ] : https://github.com/diesel-rs/diesel/compare/v2.2.3...v2.2.4
2179
+ [ 2.2.5 ] : https://github.com/diesel-rs/diesel/compare/v2.2.4...v2.2.5
2180
+ [ 2.2.6 ] : https://github.com/diesel-rs/diesel/compare/v2.2.5...v2.2.6
2181
+ [ 2.2.7 ] : https://github.com/diesel-rs/diesel/compare/v2.2.6...v2.2.7
0 commit comments