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
# Expected output should not contain version tag commits but should have meaningful commits
321
-
# This range includes v3.9.1 and v3.10.0 version commits that should be filtered out
339
+
# This range includes version commits that should be filtered out
322
340
$expected=@'
323
341
## Changelog
324
342
325
-
### Commits between v3.9.0 and v3.10.0
326
-
327
-
- Forbid deducing reference types for m_predicate in FilterGenerator ([#3005](https://github-redirect.dependabot.com/catchorg/Catch2/issues/3005))
328
-
- Make message macros (FAIL, WARN, INFO, etc) thread safe
329
-
- Improve performance of writing XML
330
-
- Improve performance of writing JSON values
331
-
- Don't add / to start of pkg-config file path when DESTDIR is unset
332
-
- Fix color mode detection on FreeBSD by adding platform macro
333
-
- Handle DESTDIR env var when generating pkgconfig files
334
-
- Add tests for comparing & stringifying volatile pointers
335
-
- Refactor CATCH_TRAP selection logic to prefer compiler-specific impls
336
-
- Update generators.md
337
-
- Cleanup WIP changes from last commit
338
-
- Catch exceptions from StringMakers inside Detail::stringify
339
-
- Fix StringMaker for time_point<system_clock> with non-default duration
340
-
- Fix warning in `catch_unique_ptr::bool()`
341
-
- Add enum types to what is captured by value by default
342
-
- Don't follow __assume(false) with std::terminate in NDEBUG builds
343
-
- Fix bad error reporting for nested exceptions in default configuration
343
+
### Commits between 0.6.0 and 0.8.0
344
+
345
+
- Note passthru changes
346
+
- Add support for removing and replacing existing mocked URLs
347
+
- Add support for removing and replacing existing mocked URLs
348
+
- Use inspect.getfullargspec() in Python 3
349
+
- ci: add codecov dep
350
+
- Changes for 0.7.0
351
+
- Change behavior for multiple matches per PR comment
352
+
- Issue [#170](https://github-redirect.dependabot.com/getsentry/responses.git/issues/170): Fix bug with handling multiple matches
353
+
- ci: add codecov
354
+
- test: multiple urls same domain (refs GH-170)
355
+
- Changes for 0.6.2
356
+
- compare query params length if match_querystring is set
357
+
- fix: ensuring default path if match_querystring is set
358
+
- update multiple responses example in README.rst
359
+
- fix: fix multiple responses
360
+
- fix: count mocked errors in RequestsMock
361
+
- fix: allow returning arbitrary status codes
362
+
- Changes for 0.6.1
363
+
- Update README.rst
364
+
- drop support for Python 2.6
365
+
- travis: dont setup pre-commit
366
+
- pre-commit 0.16.0
367
+
- fix: restore adding_headers compatibility
368
+
- missing change refs
369
+
- Merge branch 'feature/do_not_remove_urls_when_assert_all_requests_are_fired' of https://github.com/j0hnsmith/responses into j0hnsmith-feature/do_not_remove_urls_when_assert_all_requests_are_fired
370
+
- The only change in behaviour when setting `assert_all_requests_are_fired=True` should be the expected assertion.
0 commit comments