We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437afc0 commit 8d8e330Copy full SHA for 8d8e330
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).
4
5
+## [4.0.4](https://github.com/square/FetchRequests/releases/tag/4.0.4)
6
+Released on 2022-08-30
7
+
8
+* Reduce some cases of no-op eventing
9
10
## [4.0.3](https://github.com/square/FetchRequests/releases/tag/4.0.3)
11
Released on 2022-05-09
12
FetchRequests.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
s.name = 'FetchRequests'
- s.version = '4.0.3'
+ s.version = '4.0.4'
s.license = 'MIT'
s.summary = 'NSFetchedResultsController inspired eventing'
s.homepage = 'https://github.com/square/FetchRequests'
0 commit comments