{"ecosystem":"cran","package":"desc","from_version":null,"to_version":null,"changes":[{"from_version":"v1.3.0","to_version":"v1.4.0","change_type":"breaking","description":"`desc_get_field()` gains a boolean `squish_ws` parameter to normalize whitespace within the retrieved value. It defaults to the value of `trim_ws` (`TRUE` by default). Example with desc's current DESCRIPTION: Old behaviour: ```r > desc::desc_get_field(\"Description\") [1] \"... DESCRIPTION files.\\n It is intended for packages ...\" ``` New behaviour: ```r > desc::desc_get_field(\"Description\") [1] \"... DESCRIPTION files. It is intended for packages ...\" ``` If you want the old behaviour, just set `sq","migration_hint":null}],"total":1,"note":"Curated major-version breaking changes. Always verify against the package's official changelog before migrating.","_cache":"miss"}